Einhugur SVG Plugin for Xojo |
|
SVGColor.Constructor Constructor
Constructor which takes in Double vales from 0.0 to 1.0 for red, green, blue and alpha.

Constructor(
red
as Double,
green
as Double,
blue
as Double,
alpha
as Double)
Parameters
- red
- Red color component with value range of 0.0 to 1.0.
- green
- Green color component with value range of 0.0 to 1.0.
- blue
- Blue color component with value range of 0.0 to 1.0.
- alpha
- Alpha color component with value range of 0.0 to 1.0.
Remarks
See Also
SVGColor Class