Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/
H A Dcolor.cxx221 double HSLColor::getLuminance() const in getLuminance() function in slideshow::internal::HSLColor
229 return getLuminance(); in getRed()
231 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getRed()
239 return getLuminance(); in getGreen()
249 return getLuminance(); in getBlue()
260 getLuminance() ) ); in getRGBColor()
283 rLHS.getLuminance() + rRHS.getLuminance() ); in operator +()
290 rLHS.getLuminance() * rRHS.getLuminance() ); in operator *()
297 nFactor * rRHS.getLuminance() ); in operator *()
338 (1.0-t)*rFrom.getLuminance() + t*rTo.getLuminance() ); in interpolate()
[all …]
/aoo4110/main/basegfx/source/color/
H A Dbcolormodifier.cxx299 && getLuminance() == pCompare->getLuminance() in operator ==()
/aoo4110/main/slideshow/source/inc/
H A Dhslcolor.hxx64 double getLuminance() const;
H A Drgbcolor.hxx64 double getLuminance() const;
/aoo4110/main/basegfx/inc/basegfx/color/
H A Dbcolormodifier.hxx362 double getLuminance() const { return mfLuminance; } in getLuminance() function in basegfx::BColorModifier_RGBLuminanceContrast

Completed in 34 milliseconds