|
SDLPainter 0.1.0
QPainter benzeri SDL3 + OpenGL/Vulkan 2D çizim kütüphanesi
|
Dolgu stili — renk tabanlı düz dolgu. Ayrıntılar...
#include <brush.h>
Public Üye Fonksiyonlar | |
| Brush ()=default | |
| Varsayılan fırça: siyah, tam opak. | |
| Brush (const Color &color) | |
| Renk ile fırça oluştur. | |
| const Color & | GetColor () const noexcept |
| Dolgu rengini döndür. | |
| void | SetColor (const Color &color) noexcept |
| Dolgu rengini ayarla. | |
| bool | IsVisible () const noexcept |
| Fırça görünür mü? (alpha > 0). | |
Statik Public Üye Fonksiyonlar | |
| static Brush | NoBrush () noexcept |
| Şeffaf (dolgu yapmayan) fırça. | |
Dolgu stili — renk tabanlı düz dolgu.