PngInfo class

Implemented types

Constructors

PngInfo()

Properties

backgroundColor Color?
The suggested background color of the canvas.
getter/setter pairoverride-getter
bits int
getter/setter pair
colorType int
getter/setter pair
compressionMethod int
getter/setter pair
filterMethod int
getter/setter pair
frames List<PngFrame>
final
gamma double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the image canvas.
getter/setter pairoverride-getter
iccpCompression int
getter/setter pair
iccpData Uint8List?
getter/setter pair
iccpName String
getter/setter pair
interlaceMethod int
getter/setter pair
isAnimated bool
no setter
numFrames int
The number of frames that can be decoded.
getter/setter pairoverride-getter
palette List<int?>?
getter/setter pair
repeat int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textData Map<String, String>
getter/setter pair
transparency List<int>?
getter/setter pair
width int
The width of the image canvas.
getter/setter pairoverride-getter

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