Type Method
textColor(withAlphaComponent:)textColorWithAlphaComponent:textColorWithAlphaComponent_
Dynamic color that adapts to the user-selected foreground color.
Declaration
class func textColor(withAlphaComponent alphaComponent: CGFloat) -> SelfDeclaration
+ (instancetype) textColorWithAlphaComponent:(CGFloat) alphaComponent;Declaration
textColorWithAlphaComponent_(alphaComponent: float) -> GSPaletteColorDiscussion
Before using the color, update its effective color values using update(for:)updateForEnvironment:updateForEnvironment_.