PulpCore

Package pulpcore.image.filter

Provides classes for image filters.

See:
          Description

Class Summary
Blur A blur filter.
ColorOverlay The ColorOverlay filter fills visible pixels of an input image with a color, optionally drawing the color over the existing input pixels if alpha is less than 255.
DropShadow A simple drop shadow.
Filter Base class for image filters.
FilterChain  
Glow A Glow filter.
Grayscale A grayscale filter.
HSBAdjust A HSB adjust filter.
Identity A no-op filter: The output pixels are copied from the input.
MotionBlur The MotionBlur filter simulates the streaking of rapidly moving objects.
Negative A negative-image filter.
Reflection A Reflection filter.
Sepia A sepia tone filter.
Stroke A edge Stroke filter.
Superimpose The Superimpose filter allows to superimpose an image over a sprite.
Thermal A false-color filter that mocks a Thermal view filter.
 

Package pulpcore.image.filter Description

Provides classes for image filters.


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.