ColorBlindness.Achromatomaly

Extension Method in ColorBlindness

Declaration

public static Color Achromatomaly(this Color color)

Description

Simulates achromatomaly color blindness.

Parameters

colorThe color to simulate.

Returns

ColorThe simulated color.

Overload

Declaration

public static Color[] Achromatomaly(this Color[] colors)

Description

Simulates achromatomaly color blindness.

Parameters

colorsThe colors to simulate.

Returns

Color[]The simulated colors.