Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_post_process_common.h37 float getChromaCoeff(const vec2 uv, CORE_RELAXEDP const float chromaCoefficient) in getChromaCoeff() argument
41 return dot(distUv, distUv) * chromaCoefficient; in getChromaCoeff()