Blender  V2.59
Classes | Typedefs
FilterColor.h File Reference
#include "Common.h"
#include "FilterBase.h"

Go to the source code of this file.

Classes

class  FilterGray
 pixel filter for gray scale More...
class  FilterColor
 pixel filter for color calculation More...
class  FilterLevel
 pixel filter for color calculation More...

Typedefs

typedef short ColorMatrix [4][5]
 type for color matrix
typedef unsigned short ColorLevel [4][3]
 type for color levels

Detailed Description

Definition in file FilterColor.h.


Typedef Documentation

typedef unsigned short ColorLevel[4][3]

type for color levels

Definition at line 121 of file FilterColor.h.

typedef short ColorMatrix[4][5]

type for color matrix

Definition at line 71 of file FilterColor.h.