Copyright | (c) Sven Panne 2002-2019 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module corresponds to a part of section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.
Documentation
data ColorTableStage Source #
ColorTableStage | |
PostConvolutionColorTableStage | |
PostColorMatrixColorTableStage | |
TextureColorTableStage |
Instances
Eq ColorTableStage Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable (==) :: ColorTableStage -> ColorTableStage -> Bool # (/=) :: ColorTableStage -> ColorTableStage -> Bool # | |
Ord ColorTableStage Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable compare :: ColorTableStage -> ColorTableStage -> Ordering # (<) :: ColorTableStage -> ColorTableStage -> Bool # (<=) :: ColorTableStage -> ColorTableStage -> Bool # (>) :: ColorTableStage -> ColorTableStage -> Bool # (>=) :: ColorTableStage -> ColorTableStage -> Bool # max :: ColorTableStage -> ColorTableStage -> ColorTableStage # min :: ColorTableStage -> ColorTableStage -> ColorTableStage # | |
Show ColorTableStage Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable showsPrec :: Int -> ColorTableStage -> ShowS # show :: ColorTableStage -> String # showList :: [ColorTableStage] -> ShowS # |
data ColorTable Source #
ColorTable | |
PostConvolutionColorTable | |
PostColorMatrixColorTable | |
Texture1DColorTable | |
Texture2DColorTable | |
Texture3DColorTable | |
TextureCubeMapColorTable | |
TextureColorTable | |
SharedTexturePalette |
Instances
Eq ColorTable Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable (==) :: ColorTable -> ColorTable -> Bool # (/=) :: ColorTable -> ColorTable -> Bool # | |
Ord ColorTable Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable compare :: ColorTable -> ColorTable -> Ordering # (<) :: ColorTable -> ColorTable -> Bool # (<=) :: ColorTable -> ColorTable -> Bool # (>) :: ColorTable -> ColorTable -> Bool # (>=) :: ColorTable -> ColorTable -> Bool # max :: ColorTable -> ColorTable -> ColorTable # min :: ColorTable -> ColorTable -> ColorTable # | |
Show ColorTable Source # | |
Defined in Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable showsPrec :: Int -> ColorTable -> ShowS # show :: ColorTable -> String # showList :: [ColorTable] -> ShowS # |
data PixelInternalFormat Source #
Instances
colorTable :: Proxy -> ColorTable -> PixelInternalFormat -> GLsizei -> PixelData a -> IO () Source #
getColorTable :: ColorTable -> PixelData a -> IO () Source #
copyColorTable :: ColorTable -> PixelInternalFormat -> Position -> GLsizei -> IO () Source #
colorSubTable :: ColorTable -> GLsizei -> GLsizei -> PixelData a -> IO () Source #
copyColorSubTable :: ColorTable -> GLsizei -> Position -> GLsizei -> IO () Source #