Inkscape
Vector Graphics Editor
|
For GRADIENT_[TRIANGLE|U_RECT]. More...
#include <uemf.h>
Public Attributes | |
int32_t | x |
X coord. | |
int32_t | y |
Y coord. | |
uint16_t | Red |
Red component. | |
uint16_t | Green |
Green component. | |
uint16_t | Blue |
Bule component. | |
uint16_t | Alpha |
Alpha Transparency. | |
For GRADIENT_[TRIANGLE|U_RECT].
EMF manual 2.2.26, Microsoft name: TriVertex Object, out of order, needed for 2.2.7
uint16_t U_TRIVERTEX::Alpha |
Alpha Transparency.
Definition at line 1772 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), and Inkscape::Extension::Internal::trivertex_to_colorref().
uint16_t U_TRIVERTEX::Blue |
Bule component.
Definition at line 1771 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), and Inkscape::Extension::Internal::trivertex_to_colorref().
uint16_t U_TRIVERTEX::Green |
Green component.
Definition at line 1770 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), and Inkscape::Extension::Internal::trivertex_to_colorref().
uint16_t U_TRIVERTEX::Red |
Red component.
Definition at line 1769 of file uemf.h.
Referenced by Inkscape::Extension::Internal::PrintEmf::make_trivertex(), and Inkscape::Extension::Internal::trivertex_to_colorref().
int32_t U_TRIVERTEX::x |
X coord.
Definition at line 1767 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::add_gradient(), and Inkscape::Extension::Internal::PrintEmf::make_trivertex().
int32_t U_TRIVERTEX::y |
Y coord.
Definition at line 1768 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::add_gradient(), and Inkscape::Extension::Internal::PrintEmf::make_trivertex().