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