Home
last modified time | relevance | path

Searched defs:hue_to_rgb (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dsixel.c149 static int hue_to_rgb(int n1, int n2, int hue) in hue_to_rgb() function
/external/skia/src/core/
DSkVM.cpp1318 auto hue_to_rgb = [&,l=l](auto hue) { in to_rgba() local