Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cfx_cmyk_to_srgb.cpp File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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"
+ Include dependency graph for cfx_cmyk_to_srgb.cpp:

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)