aboutsummaryrefslogtreecommitdiff
path: root/src/graph/graph.hpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2018-11-14 21:16:00 +0800
committerGitHub <noreply@github.com>2018-11-14 21:16:00 +0800
commitf78359cc042f089b2f99b23dd3df7ae02ecdabec (patch)
tree637aaae9536229ef903c403e35418652732889a1 /src/graph/graph.hpp
parent77f9d6d47660b642c991809387e4e5c114760f84 (diff)
parent714a757ee435b83156ddee6b16edc99408357170 (diff)
downloadcru-f78359cc042f089b2f99b23dd3df7ae02ecdabec.tar.gz
cru-f78359cc042f089b2f99b23dd3df7ae02ecdabec.tar.bz2
cru-f78359cc042f089b2f99b23dd3df7ae02ecdabec.zip
Merge pull request #19 from crupest/forebackground-brush
Add fore/bakcground brush.
Diffstat (limited to 'src/graph/graph.hpp')
-rw-r--r--src/graph/graph.hpp2
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);
}