| Copy | Returns a copy of the components. |
| Set | Converts a color to the components and sets them as the new values. |
| Mix | Returns the result of mixing the color with another color using a weight between [0..1]. A weight of 0 results in the first color, and a weight of 1 results in the second color. |
| Equals | Determines if the components are equal to another. |
| GetHashCode | Returns the hash code of the components. |
| ToString | Converts the components to a string. |
| ToColor | Converts the components to a color. |
| ToCMYK | Converts the components to CMYK components. |
| ToHSB | Converts the components to HSB components. |
| ToHSI | Converts the components to HSI components. |
| ToHSL | Converts the components to HSL components. |
| ToHSV | Converts the components to HSV components. |
| ToLMS | Converts the components to LMS components. |
| ToXYZ | Converts the components to CIEXYZ components. |
| ToYPbPr | Converts the components to YPbPr components. |
| ToYUV | Converts the components to YUV components. |