Searched refs:getAmbientLight (Results 1 – 2 of 2) sorted by relevance
56 const basegfx::BColor& getAmbientLight() const { return maAmbientLight; } in getAmbientLight() function in drawinglayer::attribute::ImpSdrLightingAttribute61 return (getAmbientLight() == rCandidate.getAmbientLight() in operator ==()155 const basegfx::BColor& SdrLightingAttribute::getAmbientLight() const in getAmbientLight() function in drawinglayer::attribute::SdrLightingAttribute157 return mpSdrLightingAttribute->getAmbientLight(); in getAmbientLight()175 aRetval += mpSdrLightingAttribute->getAmbientLight() * rColor; in solveColorModel()
69 const basegfx::BColor& getAmbientLight() const;
Completed in 17 milliseconds