![]() |
Provides methods to access palette texture objects on a palette.
A Palette Texture object provides a palette that refers to another texture image and can be used for applying a texture to a drawing.
A Simple Example - Creating a new solid palette colour on the project and adding it a texture.
Public Member Functions | |
void | change_texture (QString filePath) |
Will load the file in a bitmap and make an internal copy. Throws error if unsuccessful. More... | |
OMC::PaletteList * | palette_list () |
Gets the parent palette list, or throws error if currently parentless. More... | |
OMC::Palette * | palette () |
Gets the parent palette, or throws error if currently parentless. More... | |
Public Attributes | |
bool | tiled |
Get and set whether the texture tiles. More... | |
unsigned int | width |
Get the texture width. More... | |
unsigned int | height |
Get the texture height. More... | |
QString | name |
The color pot name. More... | |
QString | base_type |
The base type of colour, either 'Colour' or 'Texture'. More... | |
QString | id |
Unique ID of the color. More... | |
bool | valid |
Get the validity of the object at the moment. More... | |
void OMC::PaletteTexture::change_texture | ( | QString | filePath | ) |
Will load the file in a bitmap and make an internal copy. Throws error if unsuccessful.
|
inherited |
Gets the parent palette, or throws error if currently parentless.
Examplified in palette_list().
|
inherited |
Gets the parent palette list, or throws error if currently parentless.
Example:
|
readinherited |
The base type of colour, either 'Colour' or 'Texture'.
|
readwrite |
Get the texture height.
|
readinherited |
Unique ID of the color.
|
readwriteinherited |
The color pot name.
|
readwrite |
Get and set whether the texture tiles.
|
readinherited |
Get the validity of the object at the moment.
|
readwrite |
Get the texture width.