This class represents a single color-stop in a gradient brush. The position is a floating point value between zero and 1.0 which represents the distance between the gradient’s starting point and ending point.
GraphicsGradientStop
(object)¶This class represents a single color-stop in a gradient brush. The position is a floating point value between zero and 1.0 which represents the distance between the gradient’s starting point and ending point.
__init__
(self, colour=wx.TransparentColour, pos=0.0)¶GetColour
(self)¶GetPosition
(self)¶SetColour
(self, value)¶SetPosition
(self, value)¶Position
¶See SetPosition
, GetPosition