![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/dib/cfx_cmyk_to_srgb.h"
#include <algorithm>
#include <array>
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/fx_system.h"
Go to the source code of this file.
Namespaces | |
namespace | fxge |
Functions | |
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 > | fxge::AdobeCMYK_to_sRGB (float c, float m, float y, float k) |