Class ProtanopiaColorScheme

  • All Implemented Interfaces:
    org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme, org.pushingpixels.radiance.theming.api.colorscheme.SchemeBaseColors, org.pushingpixels.radiance.theming.api.colorscheme.SchemeDerivedColors, org.pushingpixels.radiance.theming.api.trait.RadianceTrait

    public class ProtanopiaColorScheme
    extends ColorBlindColorScheme
    Color scheme for protanopia color blindness.
    See Also:
    ColorBlindColorScheme
    • Field Summary

      • Fields inherited from class org.pushingpixels.radiance.theming.api.colorscheme.BaseColorScheme

        displayName, isDark
    • Constructor Summary

      Constructors 
      Constructor Description
      ProtanopiaColorScheme​(org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme origColorScheme)
      Creates a new protanopia color blindness color scheme.
    • Method Summary

      • 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 Detail

      • ProtanopiaColorScheme

        public ProtanopiaColorScheme​(org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme origColorScheme)
        Creates a new protanopia color blindness color scheme.
        Parameters:
        origColorScheme - The original color scheme.