Package motherhamster :: Module surfacefilters :: Class AlphaBlurBehindFilter

Class AlphaBlurBehindFilter



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

a filter that puts a colored blur of the alpha channel behind the surface, like outer glow or drop shadow

Instance Methods
 
radius(...)
the class for an editable number that can take a range of values
 
offset(...)
the class for an editable 2d vector
 
color(...)
the class for an editable color
 
process_surface(self, surface)

Inherited from SurfaceFilterABC: get_expansion

Inherited from cheekpouches.AssetBase: __getinitargs__, __init__, __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__