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.h File Reference

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#include <stdint.h>
#include "core/fxge/dib/fx_dib.h"
+ Include dependency graph for cfx_cmyk_to_srgb.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ AdobeCMYK_to_sRGB()

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.

◆ AdobeCMYK_to_sRGB1()

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.