Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h147 float sumW = w[0] + w[1] + w[2]; in ComputeWhitePoint() local
148 return {{w[0] / sumW, w[1] / sumW}}; in ComputeWhitePoint()