CreateImageColor

Description

Creates a 1x1 pixel image of a specified color. This can be used to texture any object or sprite with a solid color.

Definition

CreateImageColor( imageID, red, green, blue, alpha )

integer CreateImageColor( red, green, blue, alpha )

Parameters