Struct ColorRGB

ColorRGB structure

Structure that defines RGB color

public struct ColorRGB

Constructors

NameDescription
ColorRGB(byte, byte, byte)Constructor for ColorRGB from separate R,G and B

Fields

NameDescription
readonly BlueB component
readonly GreenG component
readonly RedR component

See Also