Searched refs:secondLinearRed (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | color.cpp | 333 double secondLinearRed = 0.0; in operator +() local 336 ConvertGammaToLinear(color, secondLinearRed, secondLinearGreen, secondLinearBlue); in operator +() 339 return ConvertLinearToGamma(GetAlpha() + color.GetAlpha(), firstLinearRed + secondLinearRed, in operator +() 352 double secondLinearRed = 0.0; in operator -() local 355 ConvertGammaToLinear(color, secondLinearRed, secondLinearGreen, secondLinearBlue); in operator -() 358 return ConvertLinearToGamma(GetAlpha() - color.GetAlpha(), firstLinearRed - secondLinearRed, in operator -()
|