Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dsimilarity.inc9 * Gets the individual components of an RGB value.
20 // assumes $color is an RGB value
27 * Calculates the euclidean distance of two RGB values.
/PHP-5.6/ext/gd/libgd/
H A Dgd.c307 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
337 static HWBType * RGB_to_HWB (RGBType RGB, HWBType * HWB) in RGB_to_HWB() argument
344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB()
396 static RGBType * HWB_to_RGB (HWBType HWB, RGBType * RGB)
432 return RGB;
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic4831 >404 lelong 1 ColorSpace=RGB
9246 >22 belong 0 RGB Color
10401 >8 string RGBN \b, RGBN 12-bit RGB image
10402 >8 string RGB8 \b, RGB8 24-bit RGB image
10576 >25 byte 2 \b/color RGB,
10771 >20 belong 3 RGB,
10776 >24 belong 1 RGB colormap
10903 #>12 beshort 1 RGB
10953 >24 beshort 3 RGB
14704 >>>>>6 ubyte 64 \b, codec=RGB fixed color
[all …]

Completed in 53 milliseconds