PixelInfo class

Represents a pixel info.

Constructors

PixelInfo({required ClassType storageClass, required ColorspaceType colorspace, required PixelTrait alphaTrait, required double fuzz, required int depth, required int count, required double red, required double green, required double blue, required double black, required double alpha, required double index})

Properties

alpha double
final
alphaTrait PixelTrait
final
black double
final
blue double
final
colorspace ColorspaceType
final
count int
final
depth int
final
fuzz double
final
green double
final
hashCode int
The hash code for this object.
no setteroverride
index double
final
red double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageClass ClassType
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override