unreal.MediaSourceColorSettings

class unreal.MediaSourceColorSettings(encoding_override: MediaSourceEncoding = Ellipsis, color_space_override: TextureColorSpace = Ellipsis, red_chromaticity_coordinate: Vector2D = Ellipsis, green_chromaticity_coordinate: Vector2D = Ellipsis, blue_chromaticity_coordinate: Vector2D = Ellipsis, white_chromaticity_coordinate: Vector2D = Ellipsis, chromatic_adaptation_method: TextureChromaticAdaptationMethod = Ellipsis)

Bases: StructBase

Manual definition of media source color space & encoding.

C++ Source:

  • Plugin: ImgMedia

  • Module: ImgMedia

  • File: ImgMediaSourceColorSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blue_chromaticity_coordinate (Vector2D): [Read-Write] Blue chromaticity coordinate of the source color space.

  • chromatic_adaptation_method (TextureChromaticAdaptationMethod): [Read-Write] Chromatic adaption method applied if the source white point differs from the working color space white point.

  • color_space_override (TextureColorSpace): [Read-Write] Source color space of the media.

  • encoding_override (MediaSourceEncoding): [Read-Write] Source encoding of the media.

  • green_chromaticity_coordinate (Vector2D): [Read-Write] Green chromaticity coordinate of the source color space.

  • red_chromaticity_coordinate (Vector2D): [Read-Write] Red chromaticity coordinate of the source color space.

  • white_chromaticity_coordinate (Vector2D): [Read-Write] White chromaticity coordinate of the source color space.

property blue_chromaticity_coordinate: Vector2D

[Read-Write] Blue chromaticity coordinate of the source color space.

Type:

(Vector2D)

property chromatic_adaptation_method: TextureChromaticAdaptationMethod

[Read-Write] Chromatic adaption method applied if the source white point differs from the working color space white point.

Type:

(TextureChromaticAdaptationMethod)

property color_space_override: TextureColorSpace

[Read-Write] Source color space of the media.

Type:

(TextureColorSpace)

property encoding_override: MediaSourceEncoding

[Read-Write] Source encoding of the media.

Type:

(MediaSourceEncoding)

property green_chromaticity_coordinate: Vector2D

[Read-Write] Green chromaticity coordinate of the source color space.

Type:

(Vector2D)

property red_chromaticity_coordinate: Vector2D

[Read-Write] Red chromaticity coordinate of the source color space.

Type:

(Vector2D)

property white_chromaticity_coordinate: Vector2D

[Read-Write] White chromaticity coordinate of the source color space.

Type:

(Vector2D)