This interface contains properties and methods to set and return color and transparency values using different color formats.
|
Properties |
|
|
Gets and sets the number which represents the color in ABGR format (0xAABBGGRR). |
|
|
Methods |
|
|
Sets the IColor66 object from ABGR color format (0xAABBGGRR). |
|
|
Sets the IColor66 object from ARGB color format (0xAARRGGBB). |
|
|
Sets the IColor66 object from BGR color format (0x00BBGGRR). |
|
|
Sets the IColor66 object from HTML color format (“#RRGGBB”). |
|
|
Sets the IColor66 object from RGB color format (0x00RRGGBB). |
|
|
Returns the opacity or transparency of the IColor66 object. |
|
|
Sets the opacity or transparency of the IColor66 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). |