unreal.DisplayClusterConfigurationViewport_ColorGradingWhiteBalanceSettings

class unreal.DisplayClusterConfigurationViewport_ColorGradingWhiteBalanceSettings(override_temperature_type=False, override_white_temp=False, override_white_tint=False, temperature_type=TemperatureMethod.TEMP_WHITE_BALANCE, white_temp=6500.0, white_tint=0.0)

Bases: unreal.StructBase

Display Cluster Configuration Viewport Color Grading White Balance Settings

C++ Source:

  • Plugin: nDisplay

  • Module: DisplayClusterConfiguration

  • File: DisplayClusterConfigurationTypes_Postprocess.h

Editor Properties: (see get_editor_property/set_editor_property)

  • override_temperature_type (bool): [Read-Write] Override Temperature Type

  • override_white_temp (bool): [Read-Write] Override White Temp

  • override_white_tint (bool): [Read-Write] Override White Tint

  • temperature_type (TemperatureMethod): [Read-Write] Temperature Type: Selects the type of temperature calculation. White Balance uses the Temperature value to control the virtual camera’s White Balance. This is the default selection. Color Temperature uses the Temperature value to adjust the color temperature of the scene, which is the inverse of the White Balance operation.

  • white_temp (float): [Read-Write] White Temp: White temperature

  • white_tint (float): [Read-Write] White Tint: White tint

property override_temperature_type

[Read-Write] Override Temperature Type

Type

(bool)

property override_white_temp

[Read-Write] Override White Temp

Type

(bool)

property override_white_tint

[Read-Write] Override White Tint

Type

(bool)

property temperature_type

[Read-Write] Temperature Type: Selects the type of temperature calculation. White Balance uses the Temperature value to control the virtual camera’s White Balance. This is the default selection. Color Temperature uses the Temperature value to adjust the color temperature of the scene, which is the inverse of the White Balance operation.

Type

(TemperatureMethod)

property white_temp

[Read-Write] White Temp: White temperature

Type

(float)

property white_tint

[Read-Write] White Tint: White tint

Type

(float)