LibRaw_thumbnail_formats enum

Inheritance
Available extensions

Values

LIBRAW_THUMBNAIL_UNKNOWN → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(0)
LIBRAW_THUMBNAIL_JPEG → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(1)
LIBRAW_THUMBNAIL_BITMAP → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(2)
LIBRAW_THUMBNAIL_BITMAP16 → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(3)
LIBRAW_THUMBNAIL_LAYER → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(4)
LIBRAW_THUMBNAIL_ROLLEI → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(5)
LIBRAW_THUMBNAIL_H265 → const LibRaw_thumbnail_formats
const LibRaw_thumbnail_formats(6)

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_thumbnail_formats

Constants

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