Class TritanopiaColorScheme
java.lang.Object
org.pushingpixels.radiance.theming.api.colorscheme.BaseColorScheme
org.pushingpixels.radiance.tools.themingdebugger.ColorBlindColorScheme
org.pushingpixels.radiance.tools.themingdebugger.TritanopiaColorScheme
- All Implemented Interfaces:
RadianceColorScheme
,SchemeBaseColors
,SchemeDerivedColors
,RadianceTrait
Color scheme for tritanopia color blindness.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.tools.themingdebugger.ColorBlindColorScheme
ColorBlindColorScheme.BlindnessKind
-
Field Summary
Fields inherited from class org.pushingpixels.radiance.tools.themingdebugger.ColorBlindColorScheme
_lmsToRgb, _rgbToLms
Fields inherited from class org.pushingpixels.radiance.theming.api.colorscheme.BaseColorScheme
displayName, isDark
-
Constructor Summary
ConstructorsConstructorDescriptionTritanopiaColorScheme
(RadianceColorScheme origColorScheme) Creates a new tritanopia color blindness color scheme. -
Method Summary
Methods inherited from class org.pushingpixels.radiance.tools.themingdebugger.ColorBlindColorScheme
getDarkColor, getExtraLightColor, getForegroundColor, getLightColor, getMidColor, getOrigScheme, getUltraDarkColor, getUltraLightColor
Methods inherited from class org.pushingpixels.radiance.theming.api.colorscheme.BaseColorScheme
blendWith, getAccentedBackgroundFillColor, getBackgroundFillColor, getDisplayName, getEchoColor, getFocusRingColor, getLineColor, getMarkColor, getSelectionBackgroundColor, getSelectionForegroundColor, getSeparatorPrimaryColor, getSeparatorSecondaryColor, getTextBackgroundFillColor, hueShift, invert, isDark, named, negate, saturate, shade, shift, shiftBackground, tint, tone, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme
getColorFilter
Methods inherited from interface org.pushingpixels.radiance.theming.api.colorscheme.SchemeBaseColors
toImage
-
Constructor Details
-
TritanopiaColorScheme
Creates a new tritanopia color blindness color scheme.- Parameters:
origColorScheme
- The original color scheme.
-