REXPaintImage.Color Struct
Definition
Section titled “Definition”A RexPaint color.
public struct REXPaintImage.ColorConstructors
Section titled “Constructors”Color(byte, byte, byte)
Section titled “Color(byte, byte, byte)”Creates a new RexPaint color with the specified RGB channels.
public Color(byte r, byte g, byte b)Parameters
Section titled “Parameters”r byte
The red channel of the color.
g byte
The green channel of the color.
b byte
The blue channel of the color.
Fields
Section titled “Fields”The red channel of the color.
public byte RThe green channel of the color.
public byte GThe blue channel of the color.
public byte BProperties
Section titled “Properties”Transparent
Section titled “Transparent”Returns the transparent color used by RexPaint: rgb(255, 0, 255).
public static REXPaintImage.Color Transparent { get; }