ColorRepresentation

public enum ColorRepresentation : ExpressibleByIntegerLiteral, ExpressibleByArrayLiteral, ExpressibleByStringLiteral

An easy way to represent colors through hex, RGB, and RGBA values.