Color3f

Inheritance diagram of Imath.Color3f
class Color3f

Methods

__init__(*args, **kwargs)

Overloaded function.

__repr__(self)

Properties

x

y

z

__init__(*args, **kwargs)

Overloaded function.

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

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

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

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