Inkscape
Vector Graphics Editor
|
#include <text_reassemble.h>
Public Attributes | |
uint8_t | Red |
Red color (0-255) | |
uint8_t | Green |
Green color (0-255) | |
uint8_t | Blue |
Blue color (0-255) | |
uint8_t | Reserved |
Not used. | |
Definition at line 174 of file text_reassemble.h.
uint8_t TRCOLORREF::Blue |
Blue color (0-255)
Definition at line 177 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
uint8_t TRCOLORREF::Green |
Green color (0-255)
Definition at line 176 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
uint8_t TRCOLORREF::Red |
Red color (0-255)
Definition at line 175 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().
uint8_t TRCOLORREF::Reserved |
Not used.
Definition at line 178 of file text_reassemble.h.
Referenced by Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), and Inkscape::Extension::Internal::Wmf::myMetaFileProc().