Class IntUiGrayFilterValuesKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <Error class: unknown class> ,java.lang.Integer,java.lang.Integer,java.lang.Integer)>light(<Error class: unknown class> $self, Integer brightness, Integer contrast, Integer alpha) Creates a DisabledAppearanceValues instance with default settings suitable for a light UI theme, mirroring the default IntelliJ Platform LaF light theme.
      final static <Error class: unknown class> ,java.lang.Integer,java.lang.Integer,java.lang.Integer)>dark(<Error class: unknown class> $self, Integer brightness, Integer contrast, Integer alpha) Creates a DisabledAppearanceValues instance with default settings suitable for a dark UI theme, mirroring the default IntelliJ Platform Darcula theme.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • light

         final static <Error class: unknown class> ,java.lang.Integer,java.lang.Integer,java.lang.Integer)>light(<Error class: unknown class> $self, Integer brightness, Integer contrast, Integer alpha)

        Creates a DisabledAppearanceValues instance with default settings suitable for a light UI theme, mirroring the default IntelliJ Platform LaF light theme.

        Parameters:
        brightness - The brightness adjustment.
        contrast - The contrast adjustment.
        alpha - The alpha multiplier.
        Returns:

        A new DisabledAppearanceValues instance configured for a light theme.

      • dark

         final static <Error class: unknown class> ,java.lang.Integer,java.lang.Integer,java.lang.Integer)>dark(<Error class: unknown class> $self, Integer brightness, Integer contrast, Integer alpha)

        Creates a DisabledAppearanceValues instance with default settings suitable for a dark UI theme, mirroring the default IntelliJ Platform Darcula theme.

        Parameters:
        brightness - The brightness adjustment.
        contrast - The contrast adjustment.
        alpha - The alpha multiplier.
        Returns:

        A new DisabledAppearanceValues instance configured for a light theme.