Class ColorBlindUtils
java.lang.Object
org.pushingpixels.ephemeral.chroma.colorblind.ColorBlindUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorgetColorBlindColor(Color orig, ColorBlindnessKind kind) Converts the specified color into color-blind version.
-
Constructor Details
-
ColorBlindUtils
public ColorBlindUtils()
-
-
Method Details
-
getColorBlindColor
Converts the specified color into color-blind version.- Parameters:
orig- The original color.kind- Color-blindness kind.- Returns:
- Color-blind version of the original color.
-