Dictionary extension Dictionary where Key == ColorType, Value == UIColor Available where Key == ColorType, Value == UIColor color(for:) Returns the actual color for a given color type and mode. Declaration Swift func color(for type: ColorType) -> UIColor update(type:with:) Allows color to be updated by first party users Declaration Swift mutating func update(type: ColorType, with color: UIColor) © 2024 PayPal. All rights reserved. (Last updated: 2024-04-23) Generated by jazzy ♪♫ v0.14.3, a Realm project.