Package motherhamster :: Module surfacefilters :: Class TexturizeFilter

Class TexturizeFilter



            object --+        
                     |        
cheekpouches.AssetBase --+    
                         |    
          SurfaceFilterABC --+
                             |
                            TexturizeFilter

a filter that remaps the opaque pixels to a texture

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from SurfaceFilterABC: get_expansion

Inherited from cheekpouches.AssetBase: __getinitargs__, __reduce__, asset_editor_image, asset_get_properties, asset_is_writable, asset_lose_monitor, asset_monitor_changes, asset_report_property_change, asset_save, asset_set_path, asset_set_property

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: cheekpouches.AssetBase.__init__