PyMaterialXGenShader.ColorSpaceTransform

class ColorSpaceTransform

Bases: pybind11_object

Structure that represents color space transform information.

See:

https://materialx.org/docs/api/struct_color_space_transform.html

Methods

__init__(self, arg0, arg1, arg2)

Properties

sourceSpace
targetSpace
type

Methods

__init__(self: ColorSpaceTransform, arg0: str, arg1: str, arg2: TypeDesc) None