PsdChannel class

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

data Uint8List
getter/setter pair
dataLength int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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

Constants

ALPHA → const int
BLACK → const int
BLUE → const int
COMPRESS_NONE → const int
COMPRESS_RLE → const int
COMPRESS_ZIP → const int
COMPRESS_ZIP_PREDICTOR → const int
GREEN → const int
MASK → const int
REAL_MASK → const int
RED → const int