Home
last modified time | relevance | path

Searched refs:mdRed (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1083 double mdRed, mdGreen, mdBlue; member in cui::ColorPickerDialog
1261 mdRed = ((double)aColor.GetRed()) / 255.0; in ColorPickerDialog()
1265 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in ColorPickerDialog()
1266 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in ColorPickerDialog()
1285 sal_uInt8 nRed = toInt(mdRed,255.0); in update_color()
1459 mdRed = ((double)aColor.GetRed()) / 255.0; in IMPL_LINK()
1463 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in IMPL_LINK()
1518 case COLORCOMP_RED: mdRed = dValue; break; in setColorComponent()
1532 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
1537 HSVtoRGB( mdHue, mdSat, mdBri, mdRed, mdGreen, mdBlue ); in setColorComponent()
[all …]

Completed in 21 milliseconds