Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1018 Any aDimColor( pSet->getPropertyValue( nHandleDimColor ) ); local
1020 if( aDimColor.hasValue() )
1023 aDimColor >>= aColor;
1235 Any aDimColor; in update() local
1239 aDimColor <<= aSelectedColor.GetRGBColor(); in update()
1243 (mpSet->getPropertyValue( nHandleDimColor ) != aDimColor) ) in update()
1244 pSet->setPropertyValue( nHandleDimColor, aDimColor ); in update()
H A DCustomAnimationPane.cxx1322 Any aDimColor( pResultSet->getPropertyValue( nHandleDimColor ) ); in changeSelection() local
1323 if( pEffect->getDimColor() != aDimColor ) in changeSelection()
1325 pEffect->setDimColor( aDimColor ); in changeSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1861 Any aDimColor( pSet->getPropertyValue( nHandleDimColor ) ); in CustomAnimationEffectTabPage() local
1863 if( aDimColor.hasValue() ) in CustomAnimationEffectTabPage()
1866 aDimColor >>= nColor; in CustomAnimationEffectTabPage()
2069 Any aDimColor; in update() local
2073 aDimColor <<= aSelectedColor.GetRGBColor(); in update()
2077 (mpSet->getPropertyValue( nHandleDimColor ) != aDimColor) ) in update()
2078 pSet->setPropertyValue( nHandleDimColor, aDimColor ); in update()
H A DCustomAnimationPane.cxx1349 Any aDimColor( pResultSet->getPropertyValue( nHandleDimColor ) ); in changeSelection() local
1350 if( pEffect->getDimColor() != aDimColor ) in changeSelection()
1352 pEffect->setDimColor( aDimColor ); in changeSelection()
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_LightSource.cxx306 const Quantity_Color aDimColor (aBaseColor.Rgb() * 0.3f); in updateLightAspects() local
307 const Quantity_Color aColor = myLightSource->IsEnabled() ? aBaseColor : aDimColor; in updateLightAspects()