Color3d

Inheritance diagram of Imath.Color3d
class Color3d

Methods

__init__(*args, **kwargs)

Overloaded function.

__repr__(self)

Properties

x

y

z

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: Imath.Color3d, arg0: float) -> None

  2. __init__(self: Imath.Color3d, arg0: float, arg1: float, arg2: float) -> None

  3. __init__(self: Imath.Color3d, arg0: Imath.Color3f) -> None

  4. __init__(self: Imath.Color3d, arg0: Imath.Color3d) -> None