#include "color_utils.hpp"
Go to the source code of this file.
Namespaces | |
namespace | color_widgets |
namespace | color_widgets::detail |
Functions | |
QColor | color_widgets::detail::color_from_hsl (qreal hue, qreal sat, qreal lig, qreal alpha=1) |
QColor | color_widgets::detail::color_from_lch (qreal hue, qreal chroma, qreal luma, qreal alpha=1) |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file color_utils.cpp.