gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellSafe
LanguageHaskell2010

GEGL.Color

Synopsis

Documentation

data Color #

Constructors

RGB Double Double Double 
RGBA Double Double Double Double 

Instances

Show Color # 

Methods

showsPrec :: Int -> Color -> ShowS

show :: Color -> String

showList :: [Color] -> ShowS

gegl_color_new :: Color -> IO GeglColor #

Create a new GeglColor

gegl_color_set_rgba :: GeglColor -> Color -> IO () #

Set the color of a GeglColor