HPL3/Amnesia: Rebirth/Scripting/ePixelFormat

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 00:29, 16 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Values== {| class="wikitable sortable" ! Enum Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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_BC1 8
ePixelFormat_BC2 9
ePixelFormat_BC3 10
ePixelFormat_BC4 11
ePixelFormat_BC5 12
ePixelFormat_BC6 13
ePixelFormat_BC7 14
ePixelFormat_BC4_Signed 15
ePixelFormat_BC5_Signed 16
ePixelFormat_BC6_Signed 17
ePixelFormat_Depth16 18
ePixelFormat_Depth24 19
ePixelFormat_Depth32 20
ePixelFormat_Alpha16 21
ePixelFormat_Luminance16 22
ePixelFormat_LuminanceAlpha16 23
ePixelFormat_RG16 25
ePixelFormat_RGB16 26
ePixelFormat_RGBA16 27
ePixelFormat_Alpha32 28
ePixelFormat_Luminance32 29
ePixelFormat_LuminanceAlpha32 30
ePixelFormat_RGB32 33
ePixelFormat_RGBA32 34
ePixelFormat_LastEnum 37

References

See all references...