Creates a new
RasterColor with the specified values.

+(id)colorWithRed:(int)red
green:(int)green
blue:(int)blue;
function Leadtools.RasterColor.Create_ObjectiveC(
red ,
green ,
blue
)
Parameters
- red
- Red component
- green
- Green component
- blue
- Blue component
Return Value
The
RasterColor object this method creates.