xtd 0.2.0
gradient_stop.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../color.hpp"
6#include <xtd/collections/generic/key_value_pair>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
24 }
25 }
26}
27
Contains xtd::drawing::color class.
xtd::collections::generic::key_value_pair< xtd::drawing::color, float > gradient_stop
Describes the location and color of a transition point in a gradient.
Definition gradient_stop.hpp:23
The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics function...
Definition compositing_mode.hpp:12
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37