|
SDLPainter 1.2.0
SDL3 + OpenGL/Vulkan 2D çizim kütüphanesi
|
Şu sınıfın tüm üyelerinin listesidir: sdl_painter::Brush (kalıtımla gelen üyeleri de içerir).
| Brush()=default | sdl_painter::Brush | |
| Brush(const Color &color) | sdl_painter::Brush | inlineexplicit |
| GetColor() const noexcept | sdl_painter::Brush | inline |
| GetColor2() const noexcept | sdl_painter::Brush | inline |
| GetEnd() const noexcept | sdl_painter::Brush | inline |
| GetRadius() const noexcept | sdl_painter::Brush | inline |
| GetStart() const noexcept | sdl_painter::Brush | inline |
| GetType() const noexcept | sdl_painter::Brush | inline |
| IsGradient() const noexcept | sdl_painter::Brush | inline |
| IsVisible() const noexcept | sdl_painter::Brush | inline |
| LinearGradient(const Point &start, const Point &end, const Color &from, const Color &to) noexcept | sdl_painter::Brush | inlinestatic |
| NoBrush() noexcept | sdl_painter::Brush | inlinestatic |
| RadialGradient(const Point ¢er, float radius, const Color &from, const Color &to) noexcept | sdl_painter::Brush | inlinestatic |
| SetColor(const Color &color) noexcept | sdl_painter::Brush | inline |