<static> updateColor(out) → {number}
Takes a color object and updates the rgba, color and color32 properties.
Parameters
Name | Type | Description |
---|---|---|
out | object | The color object to update. |
Returns
number -
A native color value integer (format: 0xAARRGGBB).
- Source code: utils/Color.js (Line 465)
Please login to continue.