PsdChannel class Null safety
Constructors
- PsdChannel(int id, int? dataLength)
- PsdChannel.read(InputBuffer input, int id, int width, int height, int? bitDepth, int compression, Uint16List? lineLengths, int planeNumber)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
readPlane(
InputBuffer input, int width, int height, int? bitDepth, [int? compression, Uint16List? lineLengths, int planeNum = 0]) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited