OpenGLRaw-2.5.4.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2015
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.SGI.ColorTable

Contents

Description

The SGI_color_table extension.

Synopsis

Enums

Functions

glColorTableParameterfvSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

pname of type [ColorTableParameterPNameSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableParameterPNameSGI).

-> Ptr GLfloat

params pointing to COMPSIZE(pname) elements of type CheckedFloat32.

-> m () 

glColorTableParameterivSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

pname of type [ColorTableParameterPNameSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableParameterPNameSGI).

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type CheckedInt32.

-> m () 

glColorTableSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

internalformat of type [InternalFormat](Graphics-Rendering-OpenGL-Raw-Groups.html#InternalFormat).

-> GLsizei

width.

-> GLenum

format of type [PixelFormat](Graphics-Rendering-OpenGL-Raw-Groups.html#PixelFormat).

-> GLenum

type of type [PixelType](Graphics-Rendering-OpenGL-Raw-Groups.html#PixelType).

-> Ptr a

table pointing to COMPSIZE(format,type,width) elements of type a.

-> m () 

glCopyColorTableSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

internalformat of type [InternalFormat](Graphics-Rendering-OpenGL-Raw-Groups.html#InternalFormat).

-> GLint

x of type WinCoord.

-> GLint

y of type WinCoord.

-> GLsizei

width.

-> m () 

glGetColorTableParameterfvSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

pname of type [GetColorTableParameterPNameSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#GetColorTableParameterPNameSGI).

-> Ptr GLfloat

params pointing to COMPSIZE(pname) elements of type GLfloat.

-> m () 

glGetColorTableParameterivSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

pname of type [GetColorTableParameterPNameSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#GetColorTableParameterPNameSGI).

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> m () 

glGetColorTableSGI Source

Arguments

:: MonadIO m 
=> GLenum

target of type [ColorTableTargetSGI](Graphics-Rendering-OpenGL-Raw-Groups.html#ColorTableTargetSGI).

-> GLenum

format of type [PixelFormat](Graphics-Rendering-OpenGL-Raw-Groups.html#PixelFormat).

-> GLenum

type of type [PixelType](Graphics-Rendering-OpenGL-Raw-Groups.html#PixelType).

-> Ptr a

table pointing to COMPSIZE(target,format,type) elements of type a.

-> m ()