Instance Method
customColorValue(forKey:)customColorValueForKey:customColorValueForKey_
Returns the color value of the custom parameter for the specified key.
Declaration
func customColorValue(forKey key: String) -> Any?Declaration
- (id) customColorValueForKey:(NSString *) key;Declaration
customColorValueForKey_(key: str) -> objectParameters
keyThe key.
Return Value
The color value of the custom parameter.