public final class CompositingParameters extends Object
Represents an object containing graphics compositing parameters of current graphics state.
Constructor and Description |
---|
CompositingParameters(BlendMode blendMode)
Initializes new instance of the
CompositingParameters object. |
CompositingParameters(BlendMode blendMode,
ImageFilterType filterType)
Initializes new instance of the
CompositingParameters object. |
CompositingParameters(BlendMode blendMode,
ImageFilterType filterType,
boolean isMasked)
Initializes new instance of the
CompositingParameters object. |
Modifier and Type | Method and Description |
---|---|
BlendMode |
getBlendMode()
Gets blend mode of current graphics state.
|
ImageFilterType |
getFilterType()
Gets the image filter type.
|
boolean |
isMasked()
Gets the mask flag.
|
public CompositingParameters(BlendMode blendMode)
Initializes new instance of the CompositingParameters
object.
blendMode
- Blend mode of current graphics state.BlendMode
public CompositingParameters(BlendMode blendMode, ImageFilterType filterType)
Initializes new instance of the CompositingParameters
object.
blendMode
- Blend mode of current graphics state.filterType
- The image filter type.BlendMode
,
ImageFilterType
public CompositingParameters(BlendMode blendMode, ImageFilterType filterType, boolean isMasked)
Initializes new instance of the CompositingParameters
object.
blendMode
- Blend mode of current graphics state.filterType
- The image filter type.isMasked
- The adding mask flag.BlendMode
,
ImageFilterType
public BlendMode getBlendMode()
Gets blend mode of current graphics state.
BlendMode
public ImageFilterType getFilterType()
Gets the image filter type.
ImageFilterType
public boolean isMasked()
Gets the mask flag.
Copyright © 2025 Aspose. All Rights Reserved.