Krita Source Code Documentation
Loading...
Searching...
No Matches
palettegeneratorconfig.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2014 Manuel Riecke <spell1337@gmail.com>
3 *
4 * SPDX-License-Identifier: ICS
5 */
6
7#pragma once
8
9#include <QColor>
10#include "indexcolorpalette.h"
11
13{
14 QColor colors[4][4];
15 bool colorsEnabled[4][4];
19
21 QByteArray toByteArray();
22 void fromByteArray(const QByteArray& str);
24};
void fromByteArray(const QByteArray &str)