xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::native::brush Member List

This is the complete list of members for xtd::drawing::native::brush, including all inherited members.

conical_gradient(intptr brush, int32 center_x, int32 center_y, const std::vector< std::tuple< xtd::byte, xtd::byte, xtd::byte, xtd::byte, float > > &colors, float angle)xtd::drawing::native::brushprotectedstatic
create()xtd::drawing::native::brushprotectedstatic
destroy(intptr brush)xtd::drawing::native::brushprotectedstatic
linear_gradient(intptr brush, int32 x1, int32 y1, int32 x2, int32 y2, const std::vector< std::tuple< xtd::byte, xtd::byte, xtd::byte, xtd::byte, float > > &colors, float angle)xtd::drawing::native::brushprotectedstatic
radial_gradient(intptr brush, int32 center_x, int32 center_y, int32 focal_x, int32 focal_y, const std::vector< std::tuple< xtd::byte, xtd::byte, xtd::byte, xtd::byte, float > > &colors, float radius)xtd::drawing::native::brushprotectedstatic
solid(intptr brush, xtd::byte a, xtd::byte r, xtd::byte g, xtd::byte b)xtd::drawing::native::brushprotectedstatic
texture(intptr brush, intptr texture)xtd::drawing::native::brushprotectedstatic