xtd 0.2.0
gradient_stop.h
Go to the documentation of this file.
1 #pragma once
5 #include "../color.h"
6 #include "drawing2d.h"
7 #include <utility>
8 
10 namespace xtd {
12  namespace drawing {
14  namespace drawing_2d {
24  using gradient_stop = std::pair<xtd::drawing::color, float>;
25  }
26  }
27 }
28 
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
std::pair< xtd::drawing::color, float > gradient_stop
Describes the location and color of a transition point in a gradient.
Definition: gradient_stop.h:24
Contains xtd::drawing::drawing_2d/::matrix class.