Gets all of the information defining this color.
"color_var" is a variable referencing a Color object.
|
|
Type | Description |
boolean | Returns true if getting the color information was successful. |
Name | Type | Description |
red | short | The red component of the color. The value can be 0 to 255. |
green | short | The green component of the color. The value can be 0 to 255. |
blue | short | The blue component of the color. The value can be 0 to 255. |
opacity | short | The opacity of the color. The value can be 0 to 255. A value of 255 indicates it is completely opaque. |