|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Image_Component_Type |
|---|
/* * REGISTERABLE ENUM: SE_Image_Component_Type * * This data type indicates the data type of the components of a texel * for an <Image> instance. */typedef SE_Short_Integer SE_Image_Component_Type;
| Enumerant | Definition | Value |
|---|---|---|
| SE_IMAGCOMP_SIGNED_INTEGER | 1 | |
| SE_IMAGCOMP_UNSIGNED_INTEGER | 2 | |
| SE_IMAGCOMP_FLOATING_POINT | 3 |
|