caramia-0.1.0.0: Caramia real-time hardware-accelerated rendering library

Safe HaskellNone
LanguageHaskell2010

Caramia.Blend

Contents

Description

Synopsis

Data types

data BlendEquation Source

Describes which equation to use in blending.

See glBlendEquation in OpenGL documentation.

Pre-defined blending specs

nopBlend :: BlendSpec Source

Blending that doesn't do anything special; just copies the source pixel to destination.