{-# LANGUAGE PatternSynonyms #-}
-- |
-- Module      : Graphics.Color.Space.CIE1931.XYZ
-- Copyright   : (c) Alexey Kuleshevich 2019-2020
-- License     : BSD3
-- Maintainer  : Alexey Kuleshevich <lehins@yandex.ru>
-- Stability   : experimental
-- Portability : non-portable
--
module Graphics.Color.Space.CIE1931.XYZ
  ( pattern ColorXYZ
  , XYZ
  ) where

import Graphics.Color.Space.Internal