DirectXMath Library Color Functions
Lists the color functions provided by DirectXMath.
In this section
| Topic | Description |
|---|---|
|
Converts an sRGB color vector to RGB. | |
|
Converts an RGB color vector to sRGB. | |
|
Adjusts the contrast value of a color. | |
|
Adjusts the saturation value of a color. | |
|
Tests for the equality of two colors. | |
|
Tests whether all the components of the first color are greater than the corresponding components in the second color. | |
|
Tests whether all the components of the first color are greater than or equal to the corresponding components of the second color. | |
|
Converts HSL color values to RGB color values. | |
|
Converts HSV color values to RGB color values. | |
|
Tests to see whether any of the components of a color are either positive or negative infinity. | |
|
Tests to see whether any component of a color is not a number (NaN). | |
|
Tests whether all the components of the first color are less than the corresponding components of the second color. | |
|
Tests whether all the components of the first color are less than or equal to the corresponding components of the second color. | |
|
Blends two colors by multiplying corresponding components together. | |
|
Determines the negative RGB color value of a color. | |
|
Tests to see whether two colors are unequal. | |
|
Converts RGB color values to HSL color values. | |
|
Converts RGB color values to HSV color values. | |
|
Converts RGB color values to XYZ color values. | |
|
Converts RGB color values to YUV color values. | |
|
Converts RGB color values to YUV HD color values. | |
|
Converts SRGB color values to XYZ color values. | |
|
Converts XYZ color values to RGB color values. | |
|
Converts XYZ color values to SRGB color values. | |
|
Converts YUV color values to RGB color values. | |
|
Converts YUV color values to RGB HD color values. |
Related topics