SetSpriteColorRed
Description
Set the red component of a sprite.
Definition
SetSpriteColorRed( iSpriteIndex, iRed )
void agk::SetSpriteColorRed( uint32_t iSpriteIndex, int iRed )
Parameters
- iSpriteIndex - The ID of the sprite to modify.
- iRed - The red component of the color. The acceptable range is from 0 to 255.