Shader ====== .. currentmodule:: skia .. autoclass:: skia.Shader .. rubric:: Classes .. autosummary:: :toctree: :nosignatures: :template: class.rst ~skia.Shader.Type .. rubric:: Methods .. autosummary:: :nosignatures: ~skia.Shader.Deserialize ~skia.Shader.__init__ ~skia.Shader.getFlattenableType ~skia.Shader.getTypeName ~skia.Shader.isAImage ~skia.Shader.isOpaque ~skia.Shader.makeWithColorFilter ~skia.Shader.makeWithLocalMatrix ~skia.Shader.ref ~skia.Shader.serialize ~skia.Shader.unique ~skia.Shader.unref .. rubric:: Attributes .. autosummary:: ~skia.Shader.kColorFilter_Type ~skia.Shader.kDrawLooper_Type ~skia.Shader.kDrawable_Type ~skia.Shader.kImageFilter_Type ~skia.Shader.kMaskFilter_Type ~skia.Shader.kPathEffect_Type Methods ------- .. automethod:: skia.Shader.Deserialize .. automethod:: skia.Shader.__init__ .. automethod:: skia.Shader.getFlattenableType .. automethod:: skia.Shader.getTypeName .. automethod:: skia.Shader.isAImage .. automethod:: skia.Shader.isOpaque .. automethod:: skia.Shader.makeWithColorFilter .. automethod:: skia.Shader.makeWithLocalMatrix .. automethod:: skia.Shader.ref .. automethod:: skia.Shader.serialize .. automethod:: skia.Shader.unique .. automethod:: skia.Shader.unref Attributes ---------- .. autoattribute:: skia.Shader.kColorFilter_Type .. autoattribute:: skia.Shader.kDrawLooper_Type .. autoattribute:: skia.Shader.kDrawable_Type .. autoattribute:: skia.Shader.kImageFilter_Type .. autoattribute:: skia.Shader.kMaskFilter_Type .. autoattribute:: skia.Shader.kPathEffect_Type