The IGxColor interface is used to work with color parameters.
| Property name | Brief description | |
| A | The A property returns the degree of the color transparency from 0 to 255. | |
| ARGB | The ARGB property determines the color as a 32-bit value. | |
| B | The B property returns the blue component of the color from 0 to 255. | |
| Brightness | The Brightness property returns the brightness of the color from 0.0 to 1.0. | |
| G | The G property returns the green component of the color from 0 to 255. | |
| Hue | The Hue property returns the hue of the color in degrees from 0.0 to 360.0. | |
| IsKnownColor | The IsKnownColor property returns True if the color is basic. | |
| IsSystemColor | The IsSystemColor property returns True if the color is system. | |
| IsThemeColor | The IsThemeColor property returns True if the current color is the color of the component specified by the theme. | |
| Name | The Name property returns the name of the color. | |
| OleValue | The OleValue property determines the color as a 32-bit value. | |
| R | The R property returns the red component of the color from 0 to 255. | |
| Saturation | The Saturation property returns the saturation of the color. | |
| Value | The Value property returns the value of the color as a 32-bit value. |
See also: