ByteOrder
Description:
[ CCode ( cprefix = "GDK_" , type_id = "gdk_byte_order_get_type ()" ) ]
public enum ByteOrder
A set of values describing the possible byte-orders for storing pixel values in memory.
Content:
Enum values:
- LSB_FIRST - The values are stored with
the least-significant byte first.
- MSB_FIRST - The values are stored with
the most-significant byte first.