|
Enrollment 28.2.0
|
Configuration parameters for image masking operations, including mask type, and color. More...
#include <ImageMask.h>
Public Member Functions | |
| ImageMaskConfiguration () | |
| Constructs a default image mask configuration. | |
| ImageMaskConfiguration (ImageMaskType maskType, RGBA maskColor) | |
| Constructs a configuration with detailed mask settings including mask type and color. | |
| ImageMaskType | GetMaskType () const |
| Retrieves the mask type. | |
| RGBA | GetMaskColor () const |
| Retrieves the mask color. | |
Configuration parameters for image masking operations, including mask type, and color.
|
inline |
Constructs a default image mask configuration.
This default constructor initializes the mask configuration with default values. The default values are:
|
inline |
Constructs a configuration with detailed mask settings including mask type and color.
Allows for comprehensive customization of the mask's appearance and behavior.
| maskType | The masking approach defined by ImageMaskType. |
| maskColor | The color used for the mask, represented as RGBA. |
|
inlinenodiscard |
Retrieves the mask color.
|
inlinenodiscard |
Retrieves the mask type.