Color::FromBlue

Color::FromBlue
static inline Color FromBlue(UByte b);
Description

FromBlue creates a new color with all channels set to zero except for the blue component, which is assigned to the passed value.

Parameters
Parameters 
Description 
UByte b 
A value that is stored in the new colors blue channel. 
Return Value

A new Color object initialized to rgba(0,0,b,0).

See Also