CompositingMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CompositingMode extends System.Enum
Specifies how the source colors are combined with the background colors.
Fields
Field | Description |
---|---|
SourceOver | Specifies that when a color is rendered, it is blended with the background color. |
SourceCopy | Specifies that when a color is rendered, it overwrites the background color. |
SourceOver
public static final int SourceOver
Specifies that when a color is rendered, it is blended with the background color. The blend is determined by the alpha component of the color being rendered.
SourceCopy
public static final int SourceCopy
Specifies that when a color is rendered, it overwrites the background color.