Class representing ExtGState. (For internal use only)
More...
#include <pdfgraphics.h>
Class representing ExtGState. (For internal use only)
◆ wxPdfExtGState()
| wxPdfExtGState::wxPdfExtGState |
( |
double | lineAlpha, |
|
|
double | fillAlpha, |
|
|
wxPdfBlendMode | blendMode ) |
Constructor.
- Parameters
-
| lineAlpha | Alpha value for drawing operations |
| fillAlpha | Alpha value for filling operations |
| blendMode | Blend mode |
◆ ~wxPdfExtGState()
| virtual wxPdfExtGState::~wxPdfExtGState |
( |
| ) |
|
|
virtual |
◆ GetBlendMode()
Get the blend mode.
- Returns
- The blend mode
◆ GetFillAlpha()
| double wxPdfExtGState::GetFillAlpha |
( |
| ) |
const |
|
inline |
Get the alpha value for filling operations.
- Returns
- The fill alpha value
◆ GetLineAlpha()
| double wxPdfExtGState::GetLineAlpha |
( |
| ) |
const |
|
inline |
Get the alpha value for drawing operations.
- Returns
- The line alpha value
◆ GetObjIndex()
| int wxPdfExtGState::GetObjIndex |
( |
| ) |
|
|
inline |
Get ExtGState object index.
- Returns
- The object index
◆ SetObjIndex()
| void wxPdfExtGState::SetObjIndex |
( |
int | n | ) |
|
|
inline |
Set ExtGState object index.
- Parameters
-
The documentation for this class was generated from the following file: