Color4f

Inheritance diagram of Imath.Color4f
class Color4f

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.Color4f, arg0: float) -> None

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

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

  4. __init__(self: Imath.Color4f, arg0: Imath_2_5::Color4<double>) -> None