formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_cmy_2_rgb

Description

Convert CMY to RGB color This will convert a color from the Cyan, Magenta, and Yellow model to the nearest color in the Red, Blue, Green model.

Plugin Prototype

void fzrt_cmy_2_rgb(

fzrt_cmy_color_td *

cColor,

fzrt_rgb_color_td *

rColor )

Parameters

cColor [Input]

color in cmy color space to be converted

rColor [Result]

closest color to cmy color in rgb color space

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h