Searched refs:HSBtoRGB (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 523 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap() 535 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap() 547 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap() 881 aBitmapColor = BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ); in UpdateBitmap() 891 … pWriteAccess->SetPixel( nY-y, 0, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap() 899 … pWriteAccess->SetPixel( nY-y, 0, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | EndMarker.cxx | 71 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
|
H A D | StartMarker.cxx | 141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
|
/aoo41x/main/tools/inc/tools/ |
H A D | color.hxx | 174 static ColorData HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri );
|
/aoo41x/main/tools/source/generic/ |
H A D | color.cxx | 219 ColorData Color::HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri ) in HSBtoRGB() function in Color
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 62 return Color::HSBtoRGB( in HGBAdapt()
|
H A D | SlsPageObjectPainter.cxx | 120 aColor = Color::HSBtoRGB(nHue, 28, 65); in PageObjectPainter()
|
/aoo41x/main/vcl/source/app/ |
H A D | settings.cxx | 878 return Color( Color::HSBtoRGB( h, s, b ) ); in GetFaceGradientColor() 890 return Color( Color::HSBtoRGB( h, s, b ) ); in GetSeparatorColor()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 9478 aSelectionFillCol.SetColor( Color::HSBtoRGB( h, s, b ) ); in DrawSelectionBackground()
|
Completed in 74 milliseconds