Package muntjac :: Package addon :: Package invient :: Module gradient :: Class IColorStop
[hide private]
[frames] | no frames]

Class IColorStop

source code

object --+
         |
        IColorStop
Known Subclasses:

Represents a stop-value and a color. The stop-value should be in range (0.0-1.0). The color of the gradient at each stop is the color specified for that stop. Between each such stop, the colors and the alpha component will be linearly interpolated over the RGBA.


Authors:
Invient, Richard Lincoln
Instance Methods [hide private]
 
getStopAt(self) source code
 
getStopAtUnit(self) source code
 
getColor(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__