Internal: the struct use to store a pattern in MRWGraph. More...
Public Member Functions | |
Pattern () | |
constructor with default pattern More... | |
Pattern (uint16_t const *pat, bool uniform) | |
constructor ( 4 uint16_t by pattern ) More... | |
Public Attributes | |
bool | m_uniform |
a flag to know if the pattern is uniform or not More... | |
MWAWGraphicStyle::Pattern | m_pattern |
the graphic style pattern More... | |
float | m_percent |
the percent color More... | |
Internal: the struct use to store a pattern in MRWGraph.
|
inline |
constructor with default pattern
|
inline |
constructor ( 4 uint16_t by pattern )
MWAWGraphicStyle::Pattern MRWGraphInternal::Pattern::m_pattern |
the graphic style pattern
Referenced by Pattern(), and MRWGraph::sendRule().
float MRWGraphInternal::Pattern::m_percent |
the percent color
Referenced by Pattern(), and MRWGraph::sendRule().
bool MRWGraphInternal::Pattern::m_uniform |
a flag to know if the pattern is uniform or not
Referenced by MRWGraph::sendRule().