HSB.ToRGBA
Method in HSB
Declaration
public RGBA ToRGBA()Description
Converts the components to RGBA components.
Returns
| RGBA | The converted RGBA components. |
Overload
Declaration
public RGBA ToRGBA(float alpha)Description
Converts the components to RGBA components.
Parameters
| alpha | The alpha component of the color in the range [0..1]. |
Returns
| RGBA | The converted RGBA components. |