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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "core/fxge/dib/cfx_cmyk_to_srgb.h"
#include <algorithm>
#include <tuple>
#include "core/fxcrt/fx_system.h"
#include "third_party/base/check_op.h"
+ Include dependency graph for cfx_cmyk_to_srgb.cpp:

Go to the source code of this file.

Namespaces

namespace  fxge
 

Functions

std::tuple< uint8_t, uint8_t, uint8_t > fxge::AdobeCMYK_to_sRGB1 (uint8_t c, uint8_t m, uint8_t y, uint8_t k)
 
std::tuple< float, float, float > fxge::AdobeCMYK_to_sRGB (float c, float m, float y, float k)