fwgl-0.1.0.3: FRP 2D/3D game engine
FWGL.Graphics.Color
Synopsis
data Color Source
An RGBA 32-bit color.
Constructors
Instances
visible :: Word8 -> Word8 -> Word8 -> Color Source
Create a Color with alpha set to 255.
Color
white :: Color Source
black :: Color Source
transparent :: Color Source
red :: Color Source
green :: Color Source
blue :: Color Source
yellow :: Color Source