Searched refs:blendAlpha (Results 1 – 5 of 5) sorted by relevance
429 auto blendAlpha = GetBlendAlpha(platformConstants->blendAlpha); in GetValue() local430 if ((refValue.type == ThemeConstantsType::COLOR) && (blendAlpha < BLEND_ALPHA_MAX)) { in GetValue()435 refValue.value = colorPtr->BlendOpacity(blendAlpha); in GetValue()440 double ThemeConstants::GetBlendAlpha(const BlendAlpha& blendAlpha) const in GetBlendAlpha()442 auto doublePtr = std::get_if<double>(&blendAlpha); in GetBlendAlpha()446 auto idPtr = std::get_if<uint32_t>(&blendAlpha); in GetBlendAlpha()
76 BlendAlpha blendAlpha { 1.0 };
390 double GetBlendAlpha(const BlendAlpha& blendAlpha) const;
170 double ThemeConstants::GetBlendAlpha(const BlendAlpha& blendAlpha) const in GetBlendAlpha()
284 float blendAlpha = alphaA + alphaB - alphaA * alphaB; in BlendColorWithAlpha() local289 return Color::FromARGB(blendAlpha * 255, blendRed * 255, blendGreen * 255, blendBlue * 255); in BlendColorWithAlpha()