Searched refs:RGBtoCMYK (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 172 static void RGBtoCMYK( double dR, double dG, double dB, double& fCyan, double& fMagenta, double& fY… in RGBtoCMYK() function 1266 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in ColorPickerDialog() 1464 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in IMPL_LINK() 1533 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in setColorComponent() 1538 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in setColorComponent()
|
/aoo42x/main/tools/inc/tools/ |
H A D | color.hxx | 179 void RGBtoCMYK( double& fCyan, double& fMagenta, double& fYellow, double& fKey );
|
/aoo42x/main/tools/source/generic/ |
H A D | color.cxx | 280 void Color::RGBtoCMYK( double& fCyan, double& fMagenta, double& fYellow, double& fKey ) in RGBtoCMYK() function in Color
|
Completed in 32 milliseconds