Uses of Enum Class
org.pushingpixels.ephemeral.chroma.colorblind.ColorBlindnessKind
Packages that use ColorBlindnessKind
Package
Description
-
Uses of ColorBlindnessKind in org.pushingpixels.ephemeral.chroma.colorblind
Methods in org.pushingpixels.ephemeral.chroma.colorblind that return ColorBlindnessKindModifier and TypeMethodDescriptionstatic ColorBlindnessKindReturns the enum constant of this class with the specified name.static ColorBlindnessKind[]ColorBlindnessKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pushingpixels.ephemeral.chroma.colorblind with parameters of type ColorBlindnessKindModifier and TypeMethodDescriptionstatic ColorColorBlindUtils.getColorBlindColor(Color orig, ColorBlindnessKind kind) Converts the specified color into color-blind version. -
Uses of ColorBlindnessKind in org.pushingpixels.ephemeral.chroma.palettes
Methods in org.pushingpixels.ephemeral.chroma.palettes with parameters of type ColorBlindnessKindModifier and TypeMethodDescriptionstatic ColorBlindTonalPaletteColorBlindTonalPalette.from(BaseTonalPalette palette, ColorBlindnessKind colorBlindnessKind)