ColorCorrectionData
Summary
Constructors
| ColorCorrectionData() |
Properties
| Name | Type |
|---|---|
| contrast | Vec3 |
| saturation | Vec3 |
| brightness | Vec3 |
| hue | float |
| colorGradingTexture | TextureAsset | nil |
| colorGradingEnable | bool |
| enable | bool |
Methods
| Method | Returns |
|---|---|
| Clone() | ColorCorrectionData |
Constructors
ColorCorrectionData
ColorCorrectionData()
Properties
contrast
saturation
brightness
hue
float
colorGradingTexture
TextureAsset | nil
colorGradingEnable
bool
enable
bool
Methods
Clone
Clone(): ColorCorrectionData
Returns
| Type | Description |
|---|---|
| ColorCorrectionData |
Last modified October 23, 2020: Removed invalid realm property on client types (d171633f)