| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Gui.HColor
Documentation
Constructors
| Invalid | |
| Rgb Int Int Int Int | |
| Cmyk Int Int Int Int Int | |
| Hsl Int Int Int Int | |
| Hsv Int Int Int Int |
Instances
| QColorValue HColor Source # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QColor Methods withQColorPtr :: HColor -> (QColorConst -> IO b) -> IO b Source # | |
| Encodable QColor HColor # | |
| Encodable QColorConst HColor # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QColor Methods encode :: HColor -> IO QColorConst # | |
| Decodable QColor HColor # | |
| Decodable QColorConst HColor # | |
Defined in Graphics.UI.Qtah.Generated.Gui.QColor Methods decode :: QColorConst -> IO HColor # | |