QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskColorRamp.h
1/******************************************************************************
2 * QSkinny - Copyright (C) The authors
3 * SPDX-License-Identifier: BSD-3-Clause
4 *****************************************************************************/
5
6#ifndef QSK_COLOR_RAMP_H
7#define QSK_COLOR_RAMP_H
8
9#include "QskGlobal.h"
10#include "QskGradient.h"
11
12class QSGTexture;
13
14namespace QskColorRamp
15{
16 QSGTexture* texture( const void* rhi,
17 const QskGradientStops&, QskGradient::SpreadMode );
18}
19
20#endif