Home > All Other Interfaces > IColor
This interface contains methods to set and return color and transparency values using different color formats.
.
|
Properties |
|
|
Number which represents the color in ABGR format (0xAABBGGRR). |
|
|
Sets the IColor6 object from ABGR color format (0xAABBGGRR). |
|
|
Sets the IColor6 object from ARGB color format (0xAARRGGBB). |
|
|
Sets the IColor6 object from BGR color format (0x00BBGGRR). |
|
|
Sets the IColor6 object from HTML color format (“#RRGGBB”). |
|
|
Sets the IColor6 object from RGB color format (0x00RRGGBB). |
|
|
Returns the opacity or transparency of the IColor6 object. |
|
|
Sets the opacity or transparency of the IColor6 object. |
|
|
Returns a number in ABGR color format (0xAABBGGRR). |
|
|
Returns a number in ARGB color format (0xAARRGGBB). |
|
|
Returns a number in BGR color format (0x00BBGGRR). |
|
|
Returns a string in HTML color format (“#RRGGBB”). |
|
|
Returns a number in RGB color format (0x00RRGGBB). |