// If the mode is set to MONOCHROME, the swatch's RGB color value will be interpreted as a 1 bit-per-pixel // pattern. [Serializable] public enum UI_SwatchColorMode { Normal = 0, Monochrome = 1, }
None.