OpenGL-2.2.1.1: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de

Graphics.Rendering.OpenGL.GL.Colors

Contents

Description

This module corresponds to section 2.14 (Colors and Coloring) of the OpenGL 2.1 specs.

Synopsis

Lighting

newtype Light

Constructors

Light GLsizei 

Instances

Eq Light 
Ord Light 
Show Light 

Lighting Parameter Specification

data Face

Constructors

Front 
Back 
FrontAndBack 

Instances

Eq Face 
Ord Face 
Show Face 

ColorMaterial

Flatshading

data ShadingModel

Constructors

Flat 
Smooth 

Instances