xtd 0.2.0
Loading...
Searching...
No Matches
gradient_stop.h
Go to the documentation of this file.
1
4#pragma once
5#include "../color.h"
6#include <xtd/collections/generic/key_value_pair>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
24 }
25 }
26}
27
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.h:23
std::pair< key_t, value_t > key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.h:29
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10