Struct PixelDataRenderer.Color
represents a color defined as ARGB byte data
public struct PixelDataRenderer.Color
- Inherited Members
Constructors
Color(int)
Initializes a new instance of the PixelDataRenderer.Color struct.
public Color(int color)
Parameters
color
int
Fields
A
value of the alpha channel
public byte A
Field Value
B
value of the blue channel
public byte B
Field Value
Black
the color black
public static PixelDataRenderer.Color Black
Field Value
G
value of the green channel
public byte G
Field Value
R
value of the red channel
public byte R
Field Value
White
the color white
public static PixelDataRenderer.Color White