Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.cpp382 double LinearBlue = 0.0; in operator /() local
383 ConvertGammaToLinear(*this, linearRed, linearGreen, LinearBlue); in operator /()
386 …nvertLinearToGamma(GetAlpha() / value, linearRed / value, linearGreen / value, LinearBlue / value); in operator /()