Class UIVibrancyEffectStyle


  • public final class UIVibrancyEffectStyle
    extends java.lang.Object
    Additional vibrancy styles available in iOS 13, intended for use with the "system material" UIBlurEffect styles. These vibrancy styles, combined with those blur effect styles, cause only the alpha component of the content to be used. Color information is ignored. (UIVibrancyEffectStyleLabel is an exception; it passes color through.)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Fill
      Vibrancy for thicker filled areas.
      static long Label
      Vibrancy for text labels.
      static long QuaternaryLabel
      Vibrancy for text labels.
      static long SecondaryFill
      Vibrancy for thicker filled areas.
      static long SecondaryLabel
      Vibrancy for text labels.
      static long Separator
      Vibrancy for separator lines.
      static long TertiaryFill
      Vibrancy for thicker filled areas.
      static long TertiaryLabel
      Vibrancy for text labels.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SecondaryLabel

        public static final long SecondaryLabel
        Vibrancy for text labels.
        See Also:
        Constant Field Values
      • TertiaryLabel

        public static final long TertiaryLabel
        Vibrancy for text labels.
        See Also:
        Constant Field Values
      • QuaternaryLabel

        public static final long QuaternaryLabel
        Vibrancy for text labels.
        See Also:
        Constant Field Values
      • SecondaryFill

        public static final long SecondaryFill
        Vibrancy for thicker filled areas.
        See Also:
        Constant Field Values
      • TertiaryFill

        public static final long TertiaryFill
        Vibrancy for thicker filled areas.
        See Also:
        Constant Field Values
      • Separator

        public static final long Separator
        Vibrancy for separator lines.
        See Also:
        Constant Field Values