Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a fully customizable color within Minecraft.
Properties
blue
blue: number;
Determines a color's blue component. Valid values are between 0 and 1.0.
Type: number
green
green: number;
Determines a color's green component. Valid values are between 0 and 1.0.
Type: number
red
red: number;
Determines a color's red component. Valid values are between 0 and 1.0.
Type: number