Einhugur SVG Plugin for Xojo

EinhugurSVG.SVGColor Class

Color class representing colours in SVG.

(Part of the preliminary support for walking and tweaking the SVG model)

Tweaking the model allows you to do things like this to for example created disabled version of your SVG:


svg.Root.Opacity = 00.3

Object
   SVGColor

class EinhugurSVG.SVGColor

Constructors

SVGColorConstructor which takes in Double vales from 0.0 to 1.0 for red, green, blue and alpha.

Properties

AlphaReturns the alpha component of the color.
BlueReturns the blue component of the color.
GreenReturns the green component of the color.
RedReturns the red component of the color.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS