#include <Shadow.h>
Public Member Functions | |
| Shadow (ShadowType type, int offsetXInEmu, int offsetYInEmu, int secondOffsetXInEmu, int secondOffsetYInEmu, double originXInEmu, double originYInEmu, double opacity, ColorReference color, ColorReference colorH) | |
Public Attributes | |
| ShadowType | m_type |
| int | m_offsetXInEmu |
| int | m_offsetYInEmu |
| int | m_SecondOffsetXInEmu |
| int | m_SecondOffsetYInEmu |
| double | m_originXInEmu |
| double | m_originYInEmu |
| double | m_opacity |
| ColorReference | m_color |
| ColorReference | m_highColor |
| libmspub::Shadow::Shadow | ( | ShadowType | type, |
| int | offsetXInEmu, | ||
| int | offsetYInEmu, | ||
| int | secondOffsetXInEmu, | ||
| int | secondOffsetYInEmu, | ||
| double | originXInEmu, | ||
| double | originYInEmu, | ||
| double | opacity, | ||
| ColorReference | color, | ||
| ColorReference | colorH | ||
| ) | [inline] |
Referenced by libmspub::MSPUBCollector::paintShape().
Referenced by libmspub::MSPUBCollector::paintShape().
| double libmspub::Shadow::m_opacity |
Referenced by libmspub::MSPUBCollector::paintShape().
Referenced by libmspub::needsEmulation().