Copyright | (c) Sven Panne 2002-2013 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <svenpanne@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Graphics.Rendering.OpenGL.GL.PixelRectangles.ColorTable
Description
This module corresponds to a part of section 3.6.1 (Pixel Storage Modes) of the OpenGL 2.1 specs.
Documentation
data ColorTableStage
Constructors
ColorTableStage | |
PostConvolutionColorTableStage | |
PostColorMatrixColorTableStage | |
TextureColorTableStage |
Instances
data ColorTable
Constructors
ColorTable | |
PostConvolutionColorTable | |
PostColorMatrixColorTable | |
Texture1DColorTable | |
Texture2DColorTable | |
Texture3DColorTable | |
TextureCubeMapColorTable | |
TextureColorTable | |
SharedTexturePalette |
Instances
data PixelInternalFormat
Constructors
colorTable :: Proxy -> ColorTable -> PixelInternalFormat -> GLsizei -> PixelData a -> IO ()
getColorTable :: ColorTable -> PixelData a -> IO ()
copyColorTable :: ColorTable -> PixelInternalFormat -> Position -> GLsizei -> IO ()
colorSubTable :: ColorTable -> GLsizei -> GLsizei -> PixelData a -> IO ()
copyColorSubTable :: ColorTable -> GLsizei -> Position -> GLsizei -> IO ()