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

Safe HaskellNone
LanguageHaskell2010

SDL.Compositor.Blender

Synopsis

Documentation

class Blender b where #

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

Minimal complete definition

blendMode

Methods

blendMode :: BlendMode -> b -> b #

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