XRE Help

Items - Types - Color

Color items may be represented by a single registry entry or as a comma-separated list of registry entries. Colors may be RGB, RGBA or BGR.

Options

BGRRevert RGB order

Examples

Example item (RGB / RGBA):

<Item type="color"
    entry="Grid:Color"
    name="Grid color"
/>

Example in BGR order:

<Item type="color"
    entry="Mask:Color"
    name="Mask color"
    options="BGR"
/>

Example of multiple-entry RGB:

<Item type="color"
    entry="Selection:ColorR,Selection:ColorG,Selection:ColorB"
    name="Selection color"
/>