Skip to content

plotpp::FillStyle

Public Types

Name
enum class Type

Public Functions

Name
void clear()
bool isEmpty() const
void solid(float opacity =1.0, bool transparent =true)
void pattern(int n)
void border(bool b)
Type type() const
float opacity() const
bool transparent() const
bool pattern() const
bool border() const

Public Types Documentation

enum Type

Enumerator Value Description
None
Solid
Pattern

Public Functions Documentation

function clear

inline void 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

inline Type type() const

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