|
FastUIDraw
|
file colorstop.hpp More...
#include <fastuidraw/util/util.hpp>#include <fastuidraw/util/vecN.hpp>#include <fastuidraw/util/c_array.hpp>#include <fastuidraw/util/reference_counted.hpp>

Go to the source code of this file.
Classes | |
| class | fastuidraw::ColorStop |
| A ColorStop is a pair consisting of an RGBA value and a place. The value of the place is a floating point value in the range [0, 1]. More... | |
| class | fastuidraw::ColorStopArray |
| A ColorStopArray is a sequence of ColorStop values used to define the color stops of a gradient. More... | |
| class | fastuidraw::ColorStopSequence |
| A ColorStopSequence is a ColorStopArray on a ColorStopAtlas. A ColorStopAtlas is backed by a 1D texture array with linear filtering. The values of ColorStop::m_place are discretized. Values in between the ColorStop 's of a ColorStopArray are interpolated. More... | |
Namespaces | |
| fastuidraw | |
| all classes and functions of FastUIDraw are in the namespace fastuidraw. | |
file colorstop.hpp
Copyright 2016 by Intel.
Contact: kevin.rogovin@gmail.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file colorstop.hpp.
1.8.13