Package motherhamster :: Module surfacefilters :: Class SurfaceFilters

Class SurfaceFilters



            object --+    
                     |    
cheekpouches.AssetBase --+
                         |
                        SurfaceFilters

Instance Methods
 
filter(...)
a reflected object
 
max_crop_alpha(...)
the class for an editable number that can take a range of values
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
process_surface(self, original_surface)

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__