Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DColors.c10 static const RGBA_GREEN = 2; variable
39 G = GetRGBaValue(rgb, RGBA_GREEN), in SplitRGBaValue()
91 …var red = GetRGBaValue(rgb, RGBA_RED), green = GetRGBaValue(rgb, RGBA_GREEN), blue = GetRGBaValue(… in RGB2HSL()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dformatjp2k.cpp53 const uint32_t RGBA_GREEN = 1; variable
72 bits[RGBA_GREEN] = (uint8_t)g; in RGBAtoRGBA()
101 bits[RGBA_GREEN] = (uint8_t)(255 * (1.0f - M) * Kinv); in CMYKtoRGB()
121 bits[RGBA_GREEN] = (uint8_t)g; in RGBtoRGB()
148 bits[RGBA_GREEN] = (uint8_t)(g * 255);
573 bits[RGBA_GREEN] = (uint8_t)(g >> 8); in loadJp2k()
614 bits[RGBA_GREEN] = (uint8_t)g; in loadJp2k()
/dports/editors/abiword/abiword-3.0.5/goffice-bits2/goffice/utils/
H A Dgo-color.h64 #define RGBA_GREEN RGB_TO_RGBA(RGB_GREEN, 0xff) macro
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Drgb_macros.h42 #define RGBA_GREEN RGB_TO_RGBA(RGB_GREEN, 0xff) macro
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-print.c49 #define RGBA_GREEN(rgba) (((rgba>>16)&0xff)/255.0) macro
52 #define RGBA_RGB(rgba) RGBA_RED(rgba), RGBA_GREEN(rgba), RGBA_BLUE(rgba)