Source
This page was generated with Wiki Builder. Do not change the format!
Info
Represents a color whose RGBA values are all represented as values between 0 and 255.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
red | string:byte | |
green | string:byte | |
blue | string:byte | |
alpha | string:byte |
Example
{
// Type: string:byte
"red": "",
// Type: string:byte
"green": "",
// Type: string:byte
"blue": "",
// Type: string:byte
"alpha": ""
}