public final class CompositingMode
extends com.aspose.ms.System.Enum
Specifies how the source colors are combined with the background colors.
| Modifier and Type | Field and Description |
|---|---|
static int |
SourceCopy
Specifies that when a color is rendered, it overwrites the background color.
|
static int |
SourceOver
Specifies that when a color is rendered, it is blended with the background color.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic 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.
public static final int SourceCopy
Specifies that when a color is rendered, it overwrites the background color.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.