Method GetColorFromPackedColor
GetColorFromPackedColor(uint)
Converts a packed color (or unsigned 32bit representation of a color) into an RGBA color.
Declaration
public static Color32 GetColorFromPackedColor(uint color)
Parameters
Type | Name | Description |
---|---|---|
uint | color | The packed color |
Returns
Type | Description |
---|---|
Color32 | The RGBA color |