Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dsample-colorize.c44 #define LUMINOSITY_0(X) ((X[0] * 30 + X[1] * 59 + X[2] * 11)) macro
2775 orig_lum = LUMINOSITY_0(original); in remap_pixel()
2779 mapped_lum = LUMINOSITY_0 (mapped_color); in remap_pixel()