\brief Get the fill operation for the layer. \see setOperation(), FillOperation
| 5896 | //! \see setOperation(), FillOperation |
| 5897 | //! |
| 5898 | FillOperation getOperation() const noexcept |
| 5899 | { |
| 5900 | return mImpl->getOperation(); |
| 5901 | } |
| 5902 | |
| 5903 | //! |
| 5904 | //! \brief Set the alpha parameter. |
nothing calls this directly
no test coverage detected