Click or drag to resize

OverlayCommandTransparentColor Property

Gets or sets the color that will be used as a transparent mask for the top image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color TransparentColor { get; set; }

Property Value

Type: Color
The color that will be used as a transparent mask for the top image.
Remarks
By default, this color is set to Color.Transparent and ignored. If the top image has an alpha channel, this value is ignored.
See Also