Skip to content
reduz edited this page Nov 14, 2014 · 12 revisions

Image

####Category: Built-In Types

Brief Description

Image datatype.

Member Functions

Numeric Constants

  • COMPRESS_BC = 0
  • COMPRESS_PVRTC2 = 1
  • COMPRESS_PVRTC4 = 2
  • COMPRESS_ETC = 3
  • FORMAT_GRAYSCALE = 0
  • FORMAT_INTENSITY = 1
  • FORMAT_GRAYSCALE_ALPHA = 2
  • FORMAT_RGB = 3
  • FORMAT_RGBA = 4
  • FORMAT_INDEXED = 5
  • FORMAT_INDEXED_ALPHA = 6
  • FORMAT_YUV_422 = 7
  • FORMAT_YUV_444 = 8
  • FORMAT_BC1 = 9
  • FORMAT_BC2 = 10
  • FORMAT_BC3 = 11
  • FORMAT_BC4 = 12
  • FORMAT_BC5 = 13
  • FORMAT_PVRTC2 = 14
  • FORMAT_PVRTC2_ALPHA = 15
  • FORMAT_PVRTC4 = 16
  • FORMAT_PVRTC4_ALPHA = 17
  • FORMAT_ETC = 18
  • FORMAT_ATC = 19
  • FORMAT_ATC_ALPHA_EXPLICIT = 20
  • FORMAT_ATC_ALPHA_INTERPOLATED = 21
  • FORMAT_CUSTOM = 22

Description

Built in native image datatype. Contains image data, which can be converted to a texture, and several functions to interact with it.

Member Function Description

Clone this wiki locally