Struct SvgRenderer.Color
represents a color value
public struct SvgRenderer.Color
- Inherited Members
Constructors
Color(byte, byte, byte, byte)
initializing constructor
public Color(byte alpha, byte red, byte green, byte blue)
Parameters
Color(int)
initializing constructor
public Color(int color)
Parameters
color
int
Fields
A
alpha channel
public byte A
Field Value
B
blur channel
public byte B
Field Value
Black
color black
public static SvgRenderer.Color Black
Field Value
G
green channel
public byte G
Field Value
R
red channel
public byte R
Field Value
White
color white
public static SvgRenderer.Color White