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 <utility>
7
9namespace xtd {
11 namespace drawing {
13 namespace drawing_2d {
23 using gradient_stop = std::pair<xtd::drawing::color, float>;
24 }
25 }
26}
27
std::pair< xtd::drawing::color, float > gradient_stop
Describes the location and color of a transition point in a gradient.
Definition gradient_stop.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10