plotpp::FillStyle
Public Types
Public Functions
Public Types Documentation
enum Type
Enumerator |
Value |
Description |
None |
|
|
Solid |
|
|
Pattern |
|
|
Public Functions Documentation
function clear
function isEmpty
inline bool isEmpty() const
function solid
inline void solid(
float opacity =1.0,
bool transparent =true
)
function pattern
inline void pattern(
int n
)
function border
inline void border(
bool b
)
function type
function opacity
inline float opacity() const
function transparent
inline bool transparent() const
function pattern
inline bool pattern() const
function border
inline bool border() const
Updated on 2025-03-02 at 14:13:17 +0100