#include "colourix.h"
Go to the source code of this file.
Classes | |
struct | ImportedNewColour |
A structure to hold a new colour, which can be represented in any colour model. Uses a ColourGeneric which must be cast because C++ can't do unions in any useful way. More... | |
class | NewColour |
Represents a new colour object to be added to a document after a file has beeen imported. It holds information on whether the colour name will need to be mangled. More... | |
class | NewColourList |
Holds a list of colours that are imported while importing a file into a Camelot document. More... | |
class | NewColourInfo |
class | ColourImportContext |
Provides a colour context to use when importing colours, which allows us to easily import arbitrarily nested linked colours. More... | |
class | ImportedColours |
Encapsulate the process of importing a number of colours into a document. This object maintains a list of colours to be imported, and implicitly handles all the merging/duplication problems that may occur. More... |