Workshop.codes
Create

Custom Color Last updated November 26, 2024

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 color

Green
Type: Integer, Default: 255
The green component of a color

Blue
Type: Integer, Default: 255
The blue component of a color

Alpha
Type: Integer, Default: 255
The alpha component of a color

Workshop.codes