ColorCorrectionComponentData

Inherits from ComponentData

Summary

Constructors

ColorCorrectionComponentData()
ColorCorrectionComponentData(guid: Guid)
ColorCorrectionComponentData(other: ComponentData)
ColorCorrectionComponentData(other: GameObjectData)
ColorCorrectionComponentData(other: GameDataContainer)
ColorCorrectionComponentData(other: DataContainer)

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

Vec3

saturation

Vec3

brightness

Vec3

realm

Realm

hue

float

colorGradingTexture

TextureAsset | nil

colorGradingEnable

bool

enable

bool

Static members

typeInfo

TypeInformation

The type information for the ColorCorrectionComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)