![]() |
Represents colour information to be used when drawing a vector object.
The object provides a reference ID for a colour palette and an optional texture ID for a alpha texture to be used. Both the colour and texture can provide a mtrix in order to specify the application of gradients and textures on a vector drawing.
Public Member Functions | |
OMC::DrawingVectorColour * | eraser_colour () |
Gets the eraser colour – used to create cuts in vector drawings on a vector layer. More... | |
OMC::DrawingVectorColour * | auto_colour () |
Gets the auto-create colour – used to create new colours when creating drawings. More... | |
Public Attributes | |
OMC::Matrix * | colour_matrix |
The matrix of the applied gradient – provided as a OMC::Matrix* object. | |
QString | colour_id |
The color id of the assigned colour. | |
OMC::Matrix * | texture_matrix |
The matrix of the applied alpha texture – provided as a OMC::Matrix* object. | |
QString | texture_id |
The id of the assigned texture used as an alpha texture. | |
OMC::DrawingVectorColour* OMC::DrawingVectorColour::auto_colour | ( | ) |
Gets the auto-create colour – used to create new colours when creating drawings.
The auto-colour is a specialized 'no-colour' ID that allows content to be drawn with a generic colour at an intermediate stage.
OMC::DrawingVectorColour* OMC::DrawingVectorColour::eraser_colour | ( | ) |
Gets the eraser colour – used to create cuts in vector drawings on a vector layer.
The erase-colour is a specialized colour ID that will erase content that intersects anything drawn with this ID. It is useful for erasing strokes.
Erase parts of a drawing with a new stroke