![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Namespaces | |
namespace | fxge |
Functions | |
FX_RGB_STRUCT< float > | fxge::AdobeCMYK_to_sRGB (float c, float m, float y, float k) |
FX_RGB_STRUCT< uint8_t > | fxge::AdobeCMYK_to_sRGB1 (uint8_t c, uint8_t m, uint8_t y, uint8_t k) |
FX_RGB_STRUCT< float > | AdobeCMYK_to_sRGB (float c, float m, float y, float k) |
FX_RGB_STRUCT< uint8_t > | AdobeCMYK_to_sRGB1 (uint8_t c, uint8_t m, uint8_t y, uint8_t k) |
FX_RGB_STRUCT< float > fxge::AdobeCMYK_to_sRGB | ( | float | c, |
float | m, | ||
float | y, | ||
float | k ) |
Definition at line 1736 of file cfx_cmyk_to_srgb.cpp.
FX_RGB_STRUCT< uint8_t > fxge::AdobeCMYK_to_sRGB1 | ( | uint8_t | c, |
uint8_t | m, | ||
uint8_t | y, | ||
uint8_t | k ) |
Definition at line 1670 of file cfx_cmyk_to_srgb.cpp.