Searched refs:colVal (Results 1 – 1 of 1) sorted by relevance
41 ClampColor(s16 colVal) in ClampColor() argument43 return u8(colVal < 0 ? 0: (colVal > 255 ? 255: colVal)); in ClampColor()