|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| TEST (math_color, RGBToHSVRoundtrip) | |
| TEST (math_color, RGBToHSLRoundtrip) | |
| TEST (math_color, RGBToYUVRoundtrip) | |
| TEST (math_color, RGBToYCCRoundtrip) | |
| TEST (math_color, LinearRGBTosRGBNearZero) | |
| TEST (math_color, LinearRGBTosRGB) | |
| TEST (math_color, LinearRGBTosRGBRoundtrip) | |
| TEST (math_color, linearrgb_to_srgb_v3_v3) | |
| TEST (math_color, srgb_to_linearrgb_v3_v3) | |
| TEST (math_color, BlendModeConsistency_SoftLight) | |
| TEST | ( | math_color | , |
| BlendModeConsistency_SoftLight | ) |
Definition at line 143 of file BLI_math_color_test.cc.
References blend_color_softlight_byte(), and blend_color_softlight_float().
| TEST | ( | math_color | , |
| linearrgb_to_srgb_v3_v3 | ) |
Definition at line 81 of file BLI_math_color_test.cc.
References linearrgb_to_srgb_v3_v3().
| TEST | ( | math_color | , |
| LinearRGBTosRGB | ) |
Definition at line 62 of file BLI_math_color_test.cc.
References e, and linearrgb_to_srgb().
| TEST | ( | math_color | , |
| LinearRGBTosRGBNearZero | ) |
Definition at line 55 of file BLI_math_color_test.cc.
References e, and linearrgb_to_srgb().
| TEST | ( | math_color | , |
| LinearRGBTosRGBRoundtrip | ) |
Definition at line 69 of file BLI_math_color_test.cc.
References e, float, i, linearrgb_to_srgb(), N, and srgb_to_linearrgb().
| TEST | ( | math_color | , |
| RGBToHSLRoundtrip | ) |
Definition at line 19 of file BLI_math_color_test.cc.
References e, hsl_to_rgb_v(), and rgb_to_hsl_v().
| TEST | ( | math_color | , |
| RGBToHSVRoundtrip | ) |
Definition at line 10 of file BLI_math_color_test.cc.
References e, hsv_to_rgb_v(), and rgb_to_hsv_v().
| TEST | ( | math_color | , |
| RGBToYCCRoundtrip | ) |
Definition at line 37 of file BLI_math_color_test.cc.
References BLI_YCC_ITU_BT601, BLI_YCC_ITU_BT709, BLI_YCC_JFIF_0_255, e, rgb_to_ycc(), and ycc_to_rgb().
| TEST | ( | math_color | , |
| RGBToYUVRoundtrip | ) |
Definition at line 28 of file BLI_math_color_test.cc.
References BLI_YUV_ITU_BT709, e, rgb_to_yuv(), and yuv_to_rgb().
| TEST | ( | math_color | , |
| srgb_to_linearrgb_v3_v3 | ) |
Definition at line 113 of file BLI_math_color_test.cc.
References srgb_to_linearrgb_v3_v3().