ColorCorrectionComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| contrast | Vec3 |
| saturation | Vec3 |
| brightness | Vec3 |
| realm | Realm |
| hue | float |
| colorGradingTexture | TextureAsset | nil |
| colorGradingEnable | bool |
| enable | bool |
Static members
| Name | Type |
|---|---|
| ColorCorrectionComponentData.typeInfo | TypeInformation |
Constructors
ColorCorrectionComponentData
ColorCorrectionComponentData()
Creates a new ColorCorrectionComponentData frostbite instance.
ColorCorrectionComponentData
ColorCorrectionComponentData(guid: Guid)
Creates a new ColorCorrectionComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ColorCorrectionComponentData
ColorCorrectionComponentData(other: ComponentData)
Casts an instance of type ComponentData to ColorCorrectionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to ColorCorrectionComponentData. |
ColorCorrectionComponentData
ColorCorrectionComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to ColorCorrectionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to ColorCorrectionComponentData. |
ColorCorrectionComponentData
ColorCorrectionComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ColorCorrectionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to ColorCorrectionComponentData. |
ColorCorrectionComponentData
ColorCorrectionComponentData(other: DataContainer)
Casts an instance of type DataContainer to ColorCorrectionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ColorCorrectionComponentData. |
Properties
contrast
saturation
brightness
realm
hue
float
colorGradingTexture
TextureAsset | nil
colorGradingEnable
bool
enable
bool
Static members
typeInfo
The type information for the ColorCorrectionComponentData type.