Searched refs:BLEND_COLOR (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 1212 #define BLEND_COLOR(a, nc, c, cc) \ macro 1227 BLEND_COLOR(t, dr, r, dr); in gdImageSetAAPixelColor() 1228 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor() 1229 BLEND_COLOR(t, db, b, db); in gdImageSetAAPixelColor()
|
Completed in 15 milliseconds