ExrPart class Null safety
Constructors
- ExrPart(bool _tiled, InputBuffer input)
Properties
-
attributes
↔ Map<
String, ExrAttribute> -
The extra attributes read from the part header.
read / write
- bottom → int
-
read-only
-
channels
↔ List<
ExrChannel> -
The channels present in this part.
read / write
- chromaticities ↔ Float32List
-
read / write
-
dataWindow
↔ List<
int> -
The data window (see the openexr documentation).
read / write
-
displayWindow
↔ List<
int> ? -
The display window (see the openexr documentation).
read / write
- framebuffer ↔ HdrImage
-
The framebuffer for this exr part.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ int?
-
Height of the data window
read / write
- isValid → bool
-
Was this part successfully decoded?
read-only
- left → int
-
read-only
- pixelAspectRatio ↔ double
-
read / write
- right → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- screenWindowCenterX ↔ double
-
read / write
- screenWindowCenterY ↔ double
-
read / write
- screenWindowWidth ↔ double
-
read / write
- top → int
-
read-only
- width ↔ int?
-
width of the data window
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
1
- INCREASING_Y → const int
-
0
- MIPMAP_LEVELS → const int
-
1
- ONE_LEVEL → const int
-
0
- RANDOM_Y → const int
-
2
- RIPMAP_LEVELS → const int
-
2
- ROUND_DOWN → const int
-
0
- ROUND_UP → const int
-
1
- TYPE_DEEP_SCANLINE → const int
-
2
- TYPE_DEEP_TILE → const int
-
3
- TYPE_SCANLINE → const int
-
0
- TYPE_TILE → const int
-
1