LibRaw_progress enum
Values
- LIBRAW_PROGRESS_START → const LibRaw_progress
-
const LibRaw_progress(0)
- LIBRAW_PROGRESS_OPEN → const LibRaw_progress
-
const LibRaw_progress(1)
- LIBRAW_PROGRESS_IDENTIFY → const LibRaw_progress
-
const LibRaw_progress(2)
- LIBRAW_PROGRESS_SIZE_ADJUST → const LibRaw_progress
-
const LibRaw_progress(4)
- LIBRAW_PROGRESS_LOAD_RAW → const LibRaw_progress
-
const LibRaw_progress(8)
- LIBRAW_PROGRESS_RAW2_IMAGE → const LibRaw_progress
-
const LibRaw_progress(16)
- LIBRAW_PROGRESS_REMOVE_ZEROES → const LibRaw_progress
-
const LibRaw_progress(32)
- LIBRAW_PROGRESS_BAD_PIXELS → const LibRaw_progress
-
const LibRaw_progress(64)
- LIBRAW_PROGRESS_DARK_FRAME → const LibRaw_progress
-
const LibRaw_progress(128)
- LIBRAW_PROGRESS_FOVEON_INTERPOLATE → const LibRaw_progress
-
const LibRaw_progress(256)
- LIBRAW_PROGRESS_SCALE_COLORS → const LibRaw_progress
-
const LibRaw_progress(512)
- LIBRAW_PROGRESS_PRE_INTERPOLATE → const LibRaw_progress
-
const LibRaw_progress(1024)
- LIBRAW_PROGRESS_INTERPOLATE → const LibRaw_progress
-
const LibRaw_progress(2048)
- LIBRAW_PROGRESS_MIX_GREEN → const LibRaw_progress
-
const LibRaw_progress(4096)
- LIBRAW_PROGRESS_MEDIAN_FILTER → const LibRaw_progress
-
const LibRaw_progress(8192)
- LIBRAW_PROGRESS_HIGHLIGHTS → const LibRaw_progress
-
const LibRaw_progress(16384)
- LIBRAW_PROGRESS_FUJI_ROTATE → const LibRaw_progress
-
const LibRaw_progress(32768)
- LIBRAW_PROGRESS_FLIP → const LibRaw_progress
-
const LibRaw_progress(65536)
- LIBRAW_PROGRESS_APPLY_PROFILE → const LibRaw_progress
-
const LibRaw_progress(131072)
- LIBRAW_PROGRESS_CONVERT_RGB → const LibRaw_progress
-
const LibRaw_progress(262144)
- LIBRAW_PROGRESS_STRETCH → const LibRaw_progress
-
const LibRaw_progress(524288)
- LIBRAW_PROGRESS_STAGE20 → const LibRaw_progress
-
reserved
const LibRaw_progress(1048576)
- LIBRAW_PROGRESS_STAGE21 → const LibRaw_progress
-
const LibRaw_progress(2097152)
- LIBRAW_PROGRESS_STAGE22 → const LibRaw_progress
-
const LibRaw_progress(4194304)
- LIBRAW_PROGRESS_STAGE23 → const LibRaw_progress
-
const LibRaw_progress(8388608)
- LIBRAW_PROGRESS_STAGE24 → const LibRaw_progress
-
const LibRaw_progress(16777216)
- LIBRAW_PROGRESS_STAGE25 → const LibRaw_progress
-
const LibRaw_progress(33554432)
- LIBRAW_PROGRESS_STAGE26 → const LibRaw_progress
-
const LibRaw_progress(67108864)
- LIBRAW_PROGRESS_STAGE27 → const LibRaw_progress
-
const LibRaw_progress(134217728)
- LIBRAW_PROGRESS_THUMB_LOAD → const LibRaw_progress
-
const LibRaw_progress(268435456)
- LIBRAW_PROGRESS_TRESERVED1 → const LibRaw_progress
-
const LibRaw_progress(536870912)
- LIBRAW_PROGRESS_TRESERVED2 → const LibRaw_progress
-
const LibRaw_progress(1073741824)
Properties
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_progress
Constants
-
values
→ const List<
LibRaw_progress> - A constant List of the values in this enum, in order of their declaration.