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::brush | protectedstatic |
| create() | xtd::drawing::native::brush | protectedstatic |
| destroy(intptr brush) | xtd::drawing::native::brush | protectedstatic |
| 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::brush | protectedstatic |
| 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::brush | protectedstatic |
| solid(intptr brush, xtd::byte a, xtd::byte r, xtd::byte g, xtd::byte b) | xtd::drawing::native::brush | protectedstatic |
| texture(intptr brush, intptr texture) | xtd::drawing::native::brush | protectedstatic |