Package apple.uikit.enums
Class UIPointerEffectTintMode
- java.lang.Object
-
- apple.uikit.enums.UIPointerEffectTintMode
-
public final class UIPointerEffectTintMode extends java.lang.Object
-
-
Field Detail
-
None
public static final long None
Indicates that no tint should be applied to the view.- See Also:
- Constant Field Values
-
Overlay
public static final long Overlay
Indicates that a tint overlay should be placed above the view.- See Also:
- Constant Field Values
-
Underlay
public static final long Underlay
Indicates that a tint underlay should be placed below the view.- See Also:
- Constant Field Values
-
-