#include <Document.h>
|
| | Color ()=default |
| |
| | Color (uint8_t red, uint8_t green, uint8_t blue) |
| |
| std::string | hex () const |
| |
|
| uint8_t | r {0} |
| |
| uint8_t | g {0} |
| |
| uint8_t | b {0} |
| |
| bool | is_auto {true} |
| |
◆ Color() [1/2]
| openword::Color::Color |
( |
| ) |
|
|
default |
◆ Color() [2/2]
| openword::Color::Color |
( |
uint8_t |
red, |
|
|
uint8_t |
green, |
|
|
uint8_t |
blue |
|
) |
| |
|
inline |
◆ Auto()
| static Color openword::Color::Auto |
( |
| ) |
|
|
inlinestatic |
◆ hex()
| std::string openword::Color::hex |
( |
| ) |
const |
| uint8_t openword::Color::b {0} |
| uint8_t openword::Color::g {0} |
◆ is_auto
| bool openword::Color::is_auto {true} |
| uint8_t openword::Color::r {0} |
The documentation for this struct was generated from the following file:
- /home/runner/work/OpenWord/OpenWord/include/openword/Document.h