Home > decentraland-ecs > Color4 > toGammaSpaceToRef
Converts the Color4 values to gamma space and stores the result in "convertedColor"
Signature:
toGammaSpaceToRef(convertedColor: Color4): Color4;
Returns: Color4
the unmodified Color4
Parameter | Type | Description |
---|---|---|
convertedColor |
Color4 |
defines the Color4 object where to store the gamma space version |