IMAGE_RGB
|
Bind as RGB image (if the data is gray scale the bind may use grayscale). |
IMAGE_ALPHA
|
Use alpha channel (only applies to one channel images). |
IMAGE_GREY
|
Force to grey (only applies to one channel images). |
IMAGE_WRAP
|
Wrap texture texture coordinates. |
IMAGE_CLAMP
|
Clamp texture coordinates. |
IMAGE_LINEAR
|
Bilinear inperpolation. |
IMAGE_NEAREST
|
Point sampling interpolation. |