diff options
author | crupest <crupest@outlook.com> | 2018-11-14 21:07:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-14 21:07:59 +0800 |
commit | 714a757ee435b83156ddee6b16edc99408357170 (patch) | |
tree | 637aaae9536229ef903c403e35418652732889a1 /src/graph/graph.hpp | |
parent | 77f9d6d47660b642c991809387e4e5c114760f84 (diff) | |
download | cru-714a757ee435b83156ddee6b16edc99408357170.tar.gz cru-714a757ee435b83156ddee6b16edc99408357170.tar.bz2 cru-714a757ee435b83156ddee6b16edc99408357170.zip |
Add fore/bakcground brush.
Diffstat (limited to 'src/graph/graph.hpp')
-rw-r--r-- | src/graph/graph.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph/graph.hpp b/src/graph/graph.hpp index b859e82f..7771b48f 100644 --- a/src/graph/graph.hpp +++ b/src/graph/graph.hpp @@ -172,4 +172,6 @@ namespace cru::graph action(device_context); device_context->SetTransform(old_transform); } + + Microsoft::WRL::ComPtr<ID2D1SolidColorBrush> CreateSolidColorBrush(const D2D1_COLOR_F& color); } |