Public Attributes | List of all members
LookUp< T > Class Template Reference

Look-up tables. More...

#include <LookUp.h>

Inheritance diagram for LookUp< T >:
Inheritance graph
[legend]
Collaboration diagram for LookUp< T >:
Collaboration graph
[legend]

Public Attributes

int bitShift
 
int byteSize
 

Detailed Description

template<class T>
class drain::LookUp< T >

Look-up tables.

Basis for look up tables indexed with a small integer (value). Applied especially in palettes using 256 colours. Supports bit shifting to prescale, say, initial values in range 0...65536 to 0...1024.


The documentation for this class was generated from the following file: