HPL3/SOMA/Scripting/ePixelFormat

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Values

Enum Name Integer Value Description
ePixelFormat_Unknown 0
ePixelFormat_Alpha 1
ePixelFormat_Luminance 2
ePixelFormat_LuminanceAlpha 3
ePixelFormat_RGB 4
ePixelFormat_RGBA 5
ePixelFormat_BGR 6
ePixelFormat_BGRA 7
ePixelFormat_DXT1 8
ePixelFormat_DXT2 9
ePixelFormat_DXT3 10
ePixelFormat_DXT4 11
ePixelFormat_DXT5 12
ePixelFormat_3DC 13
ePixelFormat_Depth16 14
ePixelFormat_Depth24 15
ePixelFormat_Depth32 16
ePixelFormat_Alpha16 17
ePixelFormat_Luminance16 18
ePixelFormat_LuminanceAlpha16 19
ePixelFormat_RG16 21
ePixelFormat_RGB16 22
ePixelFormat_RGBA16 23
ePixelFormat_Alpha32 24
ePixelFormat_Luminance32 25
ePixelFormat_LuminanceAlpha32 26
ePixelFormat_RGB32 27
ePixelFormat_RGBA32 28
ePixelFormat_LastEnum 31

References

See all references...