Difference between revisions of "HPL3/SOMA/Scripting/ePixelFormat"
Jump to navigation
Jump to search
(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...") |
|||
Line 66: | Line 66: | ||
| <code>ePixelFormat_LastEnum</code> || <code>31</code> || | | <code>ePixelFormat_LastEnum</code> || <code>31</code> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:50, 6 August 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
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 |