Color4d

Inheritance diagram of Imath.Color4d
class Color4d

Methods

__add__(self, arg0)

__init__(*args, **kwargs)

Overloaded function.

__mul__(*args, **kwargs)

Overloaded function.

__repr__(self)

__sub__(self, arg0)

__truediv__(*args, **kwargs)

Overloaded function.

Properties

r

g

b

a

__init__(*args, **kwargs)

Overloaded function.

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

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

  3. __init__(self: Imath.Color4d, arg0: Imath.Color4f) -> None

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