Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 458 of file dib24bpp.c.
Referenced by DIB_24BPP_AlphaBlend().
{ return (val > 255) ? 255 : (UCHAR)val; }