.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.svg._nanosvg .. highlight:: python .. _wx.svg._nanosvg.SVGgradientStop: ========================================================================================================================================== |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 ================================= .. raw:: html
Inheritance diagram for class SVGgradientStop:
| |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.svg._nanosvg.SVGgradientStop.color` :attr:`~wx.svg._nanosvg.SVGgradientStop.color_rgba` Returns color as a RGBA tuple :attr:`~wx.svg._nanosvg.SVGgradientStop.offset` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SVGgradientStop(object) A Gradient stop is an offset and a color, which is used when drawing gradients. .. attribute:: color_rgba Returns color as a RGBA tuple