|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Image_Lookup_Signature |
|---|
/* * REGISTERABLE ENUM: SE_Image_Lookup_Signature * * This data type is used in <Image Lookup>. */ typedef SE_Short_Integer SE_Image_Lookup_Signature;
| Enumerant | Definition | Value |
|---|---|---|
| SE_IMG_LOOKUP_SIG_I | 1 lookup axis, intensity. |
1 |
| SE_IMG_LOOKUP_SIG_I_AND_ALPHA | 2 lookup axes, intensity and alpha. |
2 |
| SE_IMG_LOOKUP_SIG_ALPHA | 1 lookup axis, alpha. |
3 |
| SE_IMG_LOOKUP_SIG_RGB | 3 lookup axis (123 colour). |
4 |
| SE_IMG_LOOKUP_SIG_RGB_ALPHA | 4 lookup axis (123 colour alpha). |
5 |
|