Searched defs:SetLum (Results 1 – 2 of 2) sorted by relevance
265 static inline void SetLum(float* r, float* g, float* b, float a, float l) { in SetLum() function777 static inline void SetLum(int* r, int* g, int* b, int a, int l) { in SetLum() function
135 RGB SetLum(RGB color, int l) { in SetLum() function