PngInfo class
- Inheritance
- Object
- DecodeInfo
- PngInfo
Constructors
- PngInfo()
Properties
- backgroundColor ↔ int
-
The suggested background color of the canvas.
read / write, override
- bits ↔ int
-
read / write
-
colorLut
↔ List<
int> -
read / write
- colorType ↔ int
-
read / write
- compressionMethod ↔ int
-
read / write
- filterMethod ↔ int
-
read / write
-
frames
→ List<
PngFrame> -
final
- gamma ↔ double
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ int
-
The height of the image canvas.
read / write, inherited
- iCCPCompression ↔ int
-
read / write
- iCCPData ↔ Uint8List
-
read / write
- iCCPName ↔ String
-
read / write
- interlaceMethod ↔ int
-
read / write
- isAnimated → bool
-
read-only
- numFrames ↔ int
-
The number of frames that can be decoded.
read / write, override-getter
-
palette
↔ List<
int> -
read / write
- repeat ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
transparency
↔ List<
int> -
read / write
- width ↔ int
-
The width of the image canvas.
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited