DitherObject class Null safety

Constructors

DitherObject(int value)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value int
read / write

Methods

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

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

checkerboard2x1Dither() DitherObject
circles5x5Black() DitherObject
circles5x5White() DitherObject
circles6x6Black() DitherObject
circles6x6White() DitherObject
circles7x7Black() DitherObject
circles7x7White() DitherObject
halftone4x4Angled() DitherObject
halftone4x4Orthogonal() DitherObject
halftone6x6Angled() DitherObject
halftone6x6Orthogonal() DitherObject
halftone8x8Angled() DitherObject
halftone8x8Orthogonal() DitherObject
halftone16x16Orthogonal() DitherObject
ordered2x2Dispersed() DitherObject
ordered3x3Dispersed() DitherObject
ordered4x4Dispersed() DitherObject
ordered8x8Dispersed() DitherObject
threshold1x1NonDither() DitherObject