Class DitherMatrixPresets
Contains preset dither matrices.
public static class DitherMatrixPresets
- Inheritance
-
DitherMatrixPresets
- Inherited Members
Fields
All
A dictionary of all preset matrices, keyed by display name, suitable for use in editor popups.
public static readonly Dictionary<string, FloatMatrix> All
Field Value
Bayer2
A 2×2 Bayer ordered dither matrix.
public static readonly FloatMatrix Bayer2
Field Value
Bayer4
A 4×4 Bayer ordered dither matrix.
public static readonly FloatMatrix Bayer4
Field Value
Bayer8
An 8×8 Bayer ordered dither matrix.
public static readonly FloatMatrix Bayer8
Field Value
BayerD4
A 4×4 diagonal Bayer dither matrix (variant D).
public static readonly FloatMatrix BayerD4
Field Value
BayerD8
An 8×8 diagonal Bayer dither matrix (variant D).
public static readonly FloatMatrix BayerD8
Field Value
BayerE4
A 4×4 diagonal Bayer dither matrix (variant E).
public static readonly FloatMatrix BayerE4
Field Value
BayerE8
An 8×8 diagonal Bayer dither matrix (variant E).
public static readonly FloatMatrix BayerE8
Field Value
BayerH4
A 1×4 horizontal Bayer dither strip.
public static readonly FloatMatrix BayerH4
Field Value
BayerH8
A 1×8 horizontal Bayer dither strip.
public static readonly FloatMatrix BayerH8
Field Value
BayerV4
A 4×1 vertical Bayer dither strip.
public static readonly FloatMatrix BayerV4
Field Value
BayerV8
An 8×1 vertical Bayer dither strip.
public static readonly FloatMatrix BayerV8
Field Value
Blue
A 4×4 blue-noise dither matrix.
public static readonly FloatMatrix Blue
Field Value
Checker
A 2×2 checkerboard dither pattern.
public static readonly FloatMatrix Checker
Field Value
Dot
A 6×6 dot-cluster dither matrix.
public static readonly FloatMatrix Dot
Field Value
Hatch1
A 4×4 hatch-pattern dither matrix (variant 1).
public static readonly FloatMatrix Hatch1
Field Value
Hatch2
A 4×4 hatch-pattern dither matrix (variant 2).
public static readonly FloatMatrix Hatch2
Field Value
Hatch3
A 4×4 hatch-pattern dither matrix (variant 3).
public static readonly FloatMatrix Hatch3
Field Value
Hatch4
A 4×4 hatch-pattern dither matrix (variant 4).
public static readonly FloatMatrix Hatch4
Field Value
Hatch5
A 4×4 hatch-pattern dither matrix (variant 5).
public static readonly FloatMatrix Hatch5
Field Value
Hatch6
A 6×6 hatch-pattern dither matrix (variant 6).
public static readonly FloatMatrix Hatch6
Field Value
TaperedD
A 4×4 tapered diagonal dither matrix (variant D).
public static readonly FloatMatrix TaperedD
Field Value
TaperedE
A 4×4 tapered diagonal dither matrix (variant E).
public static readonly FloatMatrix TaperedE
Field Value
TaperedH
A 4×4 tapered horizontal dither matrix.
public static readonly FloatMatrix TaperedH
Field Value
TaperedV
A 4×4 tapered vertical dither matrix.
public static readonly FloatMatrix TaperedV