Color4f

Inheritance diagram of Imath.Color4f
class Color4f

Bases: pybind11_builtins.pybind11_object

Constructors

__init__(*args, **kwargs) Overloaded function.

Properties

a
b
g
r
__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