Loading...
Searching...
No Matches
Generalities
SMIL Data types
Image content
- UINT8 :
- UINT16 :
- UINT32 :
- RGB
Other data types inside source code
Generic data types
- size_t : this is a POSIX defined data type. It's usually used to indicate the size of an object. It's an unsigned integer.
- off_t : this is a POSIX defined data type. It's usually used to indicate the offset of some data inside an object. It's an signed integer.