ComponentType
Description:
[ CCode ( cprefix = "GIMP_COMPONENT_TYPE_" , type_id = "gimp_component_type_get_type ()" ) ]
[ Version ( since = "2.10" ) ]
public enum ComponentType
Encoding types of image components.
Content:
Enum values:
- DOUBLE - 64-bit floating point
- FLOAT - 32-bit floating point
- HALF - 16-bit floating point
- U16 - 16-bit integer
- U32 - 32-bit integer
- U8 - 8-bit integer