UIColorInputError
public enum UIColorInputError : Error
MissingHashMarkAsPrefix: “Invalid RGB string, missing ‘#’ as prefix” UnableToScanHexValue: “Scan hex error” MismatchedHexStringLength: “Invalid RGB string, number of characters after ‘#’ should be either 3, 4, 6 or 8”
-
Undocumented
Declaration
Swift
case missingHashMarkAsPrefix
-
Undocumented
Declaration
Swift
case unableToScanHexValue
-
Undocumented
Declaration
Swift
case mismatchedHexStringLength