Color32(Byte, Byte, Byte) Constructor
Initializes a new instance of the
Color32 struct from RGB (red, green, and blue) values.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
public Color32(
byte r,
byte g,
byte b
)
Public Sub New (
r As Byte,
g As Byte,
b As Byte
)
public:
Color32(
unsigned char r,
unsigned char g,
unsigned char b
)
new :
r : byte *
g : byte *
b : byte -> Color32
Parameters
- r Byte
- The red component.
- g Byte
- The green component.
- b Byte
- The blue component.