HDK
|
#include "IMG_API.h"
#include <UT/UT_Vector4.h>
#include <UT/UT_String.h>
#include <UT/UT_FilterType.h>
#include <UT/UT_Filter.h>
Go to the source code of this file.
Classes | |
class | IMG_TextureFilter |
Modes for filtering. More... | |
Enumerations | |
enum | IMG_DeepInterp { IMG_DEEP_DISCRETE = 0, IMG_DEEP_LINEAR = 1 } |
enum | IMG_ColorSpace { IMG_COLORSPACE_AUTO, IMG_COLORSPACE_LINEAR } |
Modes for how to translate colors in images for texture lookups. More... | |
enum IMG_ColorSpace |
Modes for how to translate colors in images for texture lookups.
Enumerator | |
---|---|
IMG_COLORSPACE_AUTO | |
IMG_COLORSPACE_LINEAR |
Definition at line 31 of file IMG_TextureFilter.h.
enum IMG_DeepInterp |
Enumerator | |
---|---|
IMG_DEEP_DISCRETE | |
IMG_DEEP_LINEAR |
Definition at line 24 of file IMG_TextureFilter.h.