phoenix_title wx.svg._nanosvg.SVGgradientStop

A Gradient stop is an offset and a color, which is used when drawing gradients.


class_hierarchy Class Hierarchy

Inheritance diagram for class SVGgradientStop:

property_summary Properties Summary

color

SVGgradientStop.color: uint

color_rgba

SVGgradientStop.color_rgba: tuple

offset

SVGgradientStop.offset: float


api Class API

class SVGgradientStop(object)

A Gradient stop is an offset and a color, which is used when drawing gradients.


Properties

color

SVGgradientStop.color: uint



color_rgba

SVGgradientStop.color_rgba: tuple Returns color as a RGBA tuple



offset

SVGgradientStop.offset: float