UIViewTintAdjustmentMode 枚举

定义

一个 枚举,其值指定 的 TintAdjustmentMode调整模式。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIViewTintAdjustmentMode
type UIViewTintAdjustmentMode = 
继承
UIViewTintAdjustmentMode
属性

字段

Automatic 0

自动色调调整。

Dimmed 2

灰色色调调整。

Normal 1

正常色调调整。

适用于