<static> fromRGBA(rgba, out) → {object}
A utility to convert an integer in 0xRRGGBBAA format to a color object.
This does not rely on endianness.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
rgba | number | An RGBA hex | |
out | object | <optional> | The object to use, optional. |
Returns
object -
A color object.
- Source code: utils/Color.js (Line 97)
Please login to continue.