|
Dragging and Dropping Hexadecimal Color Syntax
Tangerine supports the dragging and dropping of hexadecimal color syntax into
the palette in the Palette window. You can drag and drop 'RGB', 'RRGGBB' and 'RRGGBBAA' formats.
While Tangerine accepts hexadecimal syntax that includes an alpha component,
the alpha value is ignored.
Tangerine accepts the following hexadecimal syntax in both uppercase and lowercase
variations:
- '036' or '003366' or '003366FF'
- '#036' or '#003366' or '#003366FF'
- '&c036' or '&c003366' or '&c003366FF'
- '0x036' or '0x003366' or '0x003366FF'
|