FromBlue creates a new color with all channels set to zero except for the blue component, which is assigned to the passed value.
|
Parameters |
Description |
|
UByte b |
A value that is stored in the new colors blue channel. |
A new Color object initialized to rgba(0,0,b,0).