DitherObject class
Constructors
- DitherObject(int value)
Properties
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.
inherited
Static Methods
-
checkerboard2x1Dither(
) → DitherObject -
circles5x5Black(
) → DitherObject -
circles5x5White(
) → DitherObject -
circles6x6Black(
) → DitherObject -
circles6x6White(
) → DitherObject -
circles7x7Black(
) → DitherObject -
circles7x7White(
) → DitherObject -
halftone16x16Orthogonal(
) → DitherObject -
halftone4x4Angled(
) → DitherObject -
halftone4x4Orthogonal(
) → DitherObject -
halftone6x6Angled(
) → DitherObject -
halftone6x6Orthogonal(
) → DitherObject -
halftone8x8Angled(
) → DitherObject -
halftone8x8Orthogonal(
) → DitherObject -
ordered2x2Dispersed(
) → DitherObject -
ordered3x3Dispersed(
) → DitherObject -
ordered4x4Dispersed(
) → DitherObject -
ordered8x8Dispersed(
) → DitherObject -
threshold1x1NonDither(
) → DitherObject