ColorTuple¶
Synopsis¶
Utility class used to return [R,G,B,[A]] values.
Functions¶
- def
__getitem__(arg__1)
-
class
NatronEngine.ColorTuple¶
-
NatronEngine.ColorTuple.g¶
-
NatronEngine.ColorTuple.r¶
-
NatronEngine.ColorTuple.a¶
-
NatronEngine.ColorTuple.b¶
-
NatronEngine.ColorTuple.__getitem__(index)¶ Parameters: arg__1 – intReturn type: float
Returns the item at the given index. This is the bracket operator []