massiv-io-0.2.0.0: src/Graphics/ColorModel.hs
-- |
-- Module : Graphics.ColorModel
-- Copyright : (c) Alexey Kuleshevich 2020
-- License : BSD3
-- Maintainer : Alexey Kuleshevich <lehins@yandex.ru>
-- Stability : experimental
-- Portability : non-portable
--
module Graphics.ColorModel
( -- * Re-export of pixles operating on ColorModel
module Graphics.Pixel
) where
import Graphics.Pixel