ColorRGB.ColorRGB

ColorRGB constructor

Constructor for ColorRGB from separate R,G and B

public ColorRGB(byte red, byte green, byte blue)
ParameterTypeDescription
redByteRed value
greenByteGreen value
blueByteBlue value

See Also