ExrPart class

Constructors

ExrPart(bool _tiled, InputBuffer input)

Properties

attributes Map<String, ExrAttribute>
The extra attributes read from the part header.
getter/setter pair
bottom int
no setter
channels List<ExrChannel>
The channels present in this part.
getter/setter pair
chromaticities Float32List
getter/setter pair
dataWindow List<int>
The data window (see the openexr documentation).
getter/setter pair
displayWindow List<int>?
The display window (see the openexr documentation).
getter/setter pair
framebuffer HdrImage
The framebuffer for this exr part.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
Height of the data window
getter/setter pair
isValid bool
Was this part successfully decoded?
no setter
left int
no setter
pixelAspectRatio double
getter/setter pair
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenWindowCenterX double
getter/setter pair
screenWindowCenterY double
getter/setter pair
screenWindowWidth double
getter/setter pair
top int
no setter
width int?
width of the data window
getter/setter pair

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

Constants

DECREASING_Y → const int
INCREASING_Y → const int
MIPMAP_LEVELS → const int
ONE_LEVEL → const int
RANDOM_Y → const int
RIPMAP_LEVELS → const int
ROUND_DOWN → const int
ROUND_UP → const int
TYPE_DEEP_SCANLINE → const int
TYPE_DEEP_TILE → const int
TYPE_SCANLINE → const int
TYPE_TILE → const int