Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h42 static const Matrix3x3 BRADFORD_INV = {{ variable
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp255 return BRADFORD_INV * (dstLMS / srcLMS) * BRADFORD; in AdaptationToD50()