#include <libwpd_internal.h>
Public Member Functions | |
| _RGBSColor (uint8_t r, uint8_t g, uint8_t b, uint8_t s) | |
| _RGBSColor (uint16_t red, uint16_t green, uint16_t blue) | |
| _RGBSColor () | |
Public Attributes | |
| uint8_t | m_r |
| uint8_t | m_g |
| uint8_t | m_b |
| uint8_t | m_s |
| _RGBSColor::_RGBSColor | ( | uint8_t | r, | |
| uint8_t | g, | |||
| uint8_t | b, | |||
| uint8_t | s | |||
| ) |
| _RGBSColor::_RGBSColor | ( | uint16_t | red, | |
| uint16_t | green, | |||
| uint16_t | blue | |||
| ) |
| _RGBSColor::_RGBSColor | ( | ) |
| uint8_t _RGBSColor::m_r |
| uint8_t _RGBSColor::m_g |
| uint8_t _RGBSColor::m_b |
| uint8_t _RGBSColor::m_s |