LibRaw_internal_thumbnail_formats enum

Inheritance
Available extensions

Values

LIBRAW_INTERNAL_THUMBNAIL_UNKNOWN → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(0)
LIBRAW_INTERNAL_THUMBNAIL_KODAK_THUMB → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(1)
LIBRAW_INTERNAL_THUMBNAIL_KODAK_YCBCR → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(2)
LIBRAW_INTERNAL_THUMBNAIL_KODAK_RGB → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(3)
LIBRAW_INTERNAL_THUMBNAIL_JPEG → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(4)
LIBRAW_INTERNAL_THUMBNAIL_LAYER → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(5)
LIBRAW_INTERNAL_THUMBNAIL_ROLLEI → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(6)
LIBRAW_INTERNAL_THUMBNAIL_PPM → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(7)
LIBRAW_INTERNAL_THUMBNAIL_PPM16 → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(8)
LIBRAW_INTERNAL_THUMBNAIL_X3F → const LibRaw_internal_thumbnail_formats
const LibRaw_internal_thumbnail_formats(9)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) LibRaw_internal_thumbnail_formats

Constants

values → const List<LibRaw_internal_thumbnail_formats>
A constant List of the values in this enum, in order of their declaration.