sdl2-compositor-1.2.0.3: image compositing with sdl2 - declarative style

Safe HaskellNone
LanguageHaskell2010

SDL.Compositor.Blender

Synopsis

Documentation

class Blender b where Source

This class modells a graphics object that supports switching of BlendMode.

Methods

blendMode :: BlendMode -> b -> b Source

This method sets the BlendMode of an object. If the object has children, their BlendMode property will be preserved.