Class UIConfigurationColorTransformer

java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.uikit.UIConfigurationColorTransformer

public class UIConfigurationColorTransformer
extends CocoaUtility
  • Constructor Details

    • UIConfigurationColorTransformer

      public UIConfigurationColorTransformer()
  • Method Details

    • Grayscale

      public static Block1<UIColor,​UIColor> Grayscale()
      Since:
      Available in iOS 14.0 and later.
    • PreferredTint

      public static Block1<UIColor,​UIColor> PreferredTint()
      Since:
      Available in iOS 14.0 and later.
    • MonochromeTint

      public static Block1<UIColor,​UIColor> MonochromeTint()
      Since:
      Available in iOS 14.0 and later.