UI_SwatchColorMode (Enums)
Last changed: anonymous

.
Summary
none

C# Definition:

    // 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,
    }

Notes:

None.

Documentation