Inkscape
Vector Graphics Editor
|
WMF manual 2.2.2.8. More...
#include <uemf.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. | |
WMF manual 2.2.2.8.
For U_BITMAPINFO crColor field
NOTE that the color order is RGB reserved, flipped around from the preceding. Microsoft name: COLORREF Object
uint8_t U_COLORREF::Blue |
Blue color (0-255)
Definition at line 477 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::trivertex_to_colorref(), Inkscape::Extension::Internal::PrintMetafile::weight_colors(), and Inkscape::Extension::Internal::PrintMetafile::weight_opacity().
uint8_t U_COLORREF::Green |
Green color (0-255)
Definition at line 476 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::trivertex_to_colorref(), Inkscape::Extension::Internal::PrintMetafile::weight_colors(), and Inkscape::Extension::Internal::PrintMetafile::weight_opacity().
uint8_t U_COLORREF::Red |
Red color (0-255)
Definition at line 475 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), Inkscape::Extension::Internal::Emf::myEnhMetaFileProc(), Inkscape::Extension::Internal::Wmf::myMetaFileProc(), Inkscape::Extension::Internal::trivertex_to_colorref(), Inkscape::Extension::Internal::PrintMetafile::weight_colors(), and Inkscape::Extension::Internal::PrintMetafile::weight_opacity().
uint8_t U_COLORREF::Reserved |
Not used.
Definition at line 478 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), Inkscape::Extension::Internal::trivertex_to_colorref(), Inkscape::Extension::Internal::PrintMetafile::weight_colors(), and Inkscape::Extension::Internal::PrintMetafile::weight_opacity().