Description
Custom color with specified rgb and alpha values.
Snippet
Custom Color(255, 255, 255, 255);
Properties
Returns: Color
Parameters: Red, Green, Blue, Alpha
Red
Type: Integer, Default: 255
The red component of a colorGreen
Type: Integer, Default: 255
The green component of a colorBlue
Type: Integer, Default: 255
The blue component of a colorAlpha
Type: Integer, Default: 255
The alpha component of a color