UIColorAssistant
@MainActor
public final class UIColorAssistant : ValueAssistant
UIColorAssistant provides support for the UIColor
type.
-
Declaration
Swift
@MainActor public var additive: Bool
-
Declaration
Swift
@MainActor public var additiveWeighting: Double { get set }
-
Declaration
Swift
@MainActor public func generateProperties(targetObject target: AnyObject, propertyStates: PropertyStates) throws -> [PropertyData]
-
Declaration
Swift
@MainActor public func retrieveCurrentObjectValue(forProperty property: PropertyData) -> Double?
-
Declaration
Swift
@MainActor public func retrieveValue(inObject object: Any, keyPath path: String) -> Double?
-
Declaration
Swift
@MainActor public func updateValue(inObject object: Any, newValues: Dictionary<String, Double>) -> NSObject?
-
Declaration
Swift
@MainActor public func calculateValue(forProperty property: PropertyData, newValue: Double) -> NSObject?
-
Declaration
Swift
@MainActor public func supports(_ object: AnyObject) -> Bool
-
Declaration
Swift
@MainActor public func acceptsKeypath(_ object: AnyObject) -> Bool