Table of Contents

Class DitherMatrixPresets

Namespace
Gamelogic.Fx.Dithering
Assembly
Gamelogic.Fx.Dithering.dll

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

Dictionary<string, FloatMatrix>

Bayer2

A 2×2 Bayer ordered dither matrix.

public static readonly FloatMatrix Bayer2

Field Value

FloatMatrix

Bayer4

A 4×4 Bayer ordered dither matrix.

public static readonly FloatMatrix Bayer4

Field Value

FloatMatrix

Bayer8

An 8×8 Bayer ordered dither matrix.

public static readonly FloatMatrix Bayer8

Field Value

FloatMatrix

BayerD4

A 4×4 diagonal Bayer dither matrix (variant D).

public static readonly FloatMatrix BayerD4

Field Value

FloatMatrix

BayerD8

An 8×8 diagonal Bayer dither matrix (variant D).

public static readonly FloatMatrix BayerD8

Field Value

FloatMatrix

BayerE4

A 4×4 diagonal Bayer dither matrix (variant E).

public static readonly FloatMatrix BayerE4

Field Value

FloatMatrix

BayerE8

An 8×8 diagonal Bayer dither matrix (variant E).

public static readonly FloatMatrix BayerE8

Field Value

FloatMatrix

BayerH4

A 1×4 horizontal Bayer dither strip.

public static readonly FloatMatrix BayerH4

Field Value

FloatMatrix

BayerH8

A 1×8 horizontal Bayer dither strip.

public static readonly FloatMatrix BayerH8

Field Value

FloatMatrix

BayerV4

A 4×1 vertical Bayer dither strip.

public static readonly FloatMatrix BayerV4

Field Value

FloatMatrix

BayerV8

An 8×1 vertical Bayer dither strip.

public static readonly FloatMatrix BayerV8

Field Value

FloatMatrix

Blue

A 4×4 blue-noise dither matrix.

public static readonly FloatMatrix Blue

Field Value

FloatMatrix

Checker

A 2×2 checkerboard dither pattern.

public static readonly FloatMatrix Checker

Field Value

FloatMatrix

Dot

A 6×6 dot-cluster dither matrix.

public static readonly FloatMatrix Dot

Field Value

FloatMatrix

Hatch1

A 4×4 hatch-pattern dither matrix (variant 1).

public static readonly FloatMatrix Hatch1

Field Value

FloatMatrix

Hatch2

A 4×4 hatch-pattern dither matrix (variant 2).

public static readonly FloatMatrix Hatch2

Field Value

FloatMatrix

Hatch3

A 4×4 hatch-pattern dither matrix (variant 3).

public static readonly FloatMatrix Hatch3

Field Value

FloatMatrix

Hatch4

A 4×4 hatch-pattern dither matrix (variant 4).

public static readonly FloatMatrix Hatch4

Field Value

FloatMatrix

Hatch5

A 4×4 hatch-pattern dither matrix (variant 5).

public static readonly FloatMatrix Hatch5

Field Value

FloatMatrix

Hatch6

A 6×6 hatch-pattern dither matrix (variant 6).

public static readonly FloatMatrix Hatch6

Field Value

FloatMatrix

TaperedD

A 4×4 tapered diagonal dither matrix (variant D).

public static readonly FloatMatrix TaperedD

Field Value

FloatMatrix

TaperedE

A 4×4 tapered diagonal dither matrix (variant E).

public static readonly FloatMatrix TaperedE

Field Value

FloatMatrix

TaperedH

A 4×4 tapered horizontal dither matrix.

public static readonly FloatMatrix TaperedH

Field Value

FloatMatrix

TaperedV

A 4×4 tapered vertical dither matrix.

public static readonly FloatMatrix TaperedV

Field Value

FloatMatrix