|
Krita Source Code Documentation
|
#include <palettegeneratorconfig.h>
Public Member Functions | |
| void | fromByteArray (const QByteArray &str) |
| IndexColorPalette | generate () |
| PaletteGeneratorConfig () | |
| QByteArray | toByteArray () |
Public Attributes | |
| QColor | colors [4][4] |
| bool | colorsEnabled [4][4] |
| bool | diagonalGradients |
| int | gradientSteps [3] |
| int | inbetweenRampSteps |
Definition at line 12 of file palettegeneratorconfig.h.
| PaletteGeneratorConfig::PaletteGeneratorConfig | ( | ) |
Definition at line 11 of file palettegeneratorconfig.cpp.
References colors, colorsEnabled, diagonalGradients, gradientSteps, and inbetweenRampSteps.
| void PaletteGeneratorConfig::fromByteArray | ( | const QByteArray & | str | ) |
Definition at line 58 of file palettegeneratorconfig.cpp.
References colors, colorsEnabled, diagonalGradients, gradientSteps, and inbetweenRampSteps.
| IndexColorPalette PaletteGeneratorConfig::generate | ( | ) |
Definition at line 86 of file palettegeneratorconfig.cpp.
References colors, colorsEnabled, diagonalGradients, gradientSteps, inbetweenRampSteps, IndexColorPalette::insertColor(), and IndexColorPalette::insertShades().
| QByteArray PaletteGeneratorConfig::toByteArray | ( | ) |
Definition at line 32 of file palettegeneratorconfig.cpp.
References colors, colorsEnabled, diagonalGradients, gradientSteps, and inbetweenRampSteps.
| QColor PaletteGeneratorConfig::colors[4][4] |
Definition at line 14 of file palettegeneratorconfig.h.
| bool PaletteGeneratorConfig::colorsEnabled[4][4] |
Definition at line 15 of file palettegeneratorconfig.h.
| bool PaletteGeneratorConfig::diagonalGradients |
Definition at line 18 of file palettegeneratorconfig.h.
| int PaletteGeneratorConfig::gradientSteps[3] |
Definition at line 16 of file palettegeneratorconfig.h.
| int PaletteGeneratorConfig::inbetweenRampSteps |
Definition at line 17 of file palettegeneratorconfig.h.