Home
last modified time | relevance | path

Searched refs:rgb_to_hsi (Results 1 – 5 of 5) sorted by last modified time

/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsLut.cpp335 rgb_to_hsi( float r, in rgb_to_hsi() function
H A DofxsLut.h922 void rgb_to_hsi( float r, float g, float b, float *h, float *s, float *i );
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsLut.cpp335 rgb_to_hsi( float r, in rgb_to_hsi() function
H A DofxsLut.h922 void rgb_to_hsi( float r, float g, float b, float *h, float *s, float *i );
/dports/graphics/openfx-misc/openfx-misc-3ab0531/ColorTransform/
H A DColorTransform.cpp310 … Color::rgb_to_hsi(unpPix[0], unpPix[1], unpPix[2], &tmpPix[0], &tmpPix[1], &tmpPix[2]); in multiThreadProcessImages()