Searched refs:blendOpacity (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/ |
H A D | ArkColorsImpl.ts | 165 result.secondary = ArkColorsImpl.blendOpacity(argbColor, 0.6); 166 result.tertiary = ArkColorsImpl.blendOpacity(argbColor, 0.4); 167 result.fourth = ArkColorsImpl.blendOpacity(argbColor, 0.2); 168 result.fifth = ArkColorsImpl.blendOpacity(argbColor, 0.1); 169 result.sixth = ArkColorsImpl.blendOpacity(argbColor, 0.05); 186 static blendOpacity(argbColor: number, opacityRatio: number): number {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_theme.h | 57 auto blendOpacity = pattern->GetAttr<double>("scroll_bar_foreground_opacity", 0.4f); in ParsePattern() local 67 Color::TRANSPARENT).BlendOpacity(blendOpacity); in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.h | 64 double blendOpacity = 0.0; member 300 return style.blendOpacity; in GetBlendOpacity() 533 style.blendOpacity = opacity; in SetBlendOpacity()
|
H A D | button_declaration.cpp | 53 style.blendOpacity = buttonTheme->GetBgDisabledAlpha(); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkTheme.js | 453 result.secondary = ArkColorsImpl.blendOpacity(argbColor, 0.6); 454 result.tertiary = ArkColorsImpl.blendOpacity(argbColor, 0.4); 455 result.fourth = ArkColorsImpl.blendOpacity(argbColor, 0.2); 456 result.fifth = ArkColorsImpl.blendOpacity(argbColor, 0.1); 457 result.sixth = ArkColorsImpl.blendOpacity(argbColor, 0.05); 472 static blendOpacity(argbColor, opacityRatio) { method in ArkColorsImpl
|