ombra-1.1.0.0: Render engine.

LicenseBSD3
Maintainerziocroc@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.Rendering.Ombra.Color

Description

 

Synopsis

Documentation

data Color Source #

A RGBA 32-bit color.

Constructors

Color !Word8 !Word8 !Word8 !Word8 

Instances

visible :: Word8 -> Word8 -> Word8 -> Color Source #

Create a Color with alpha set to 255.