VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayCommand Class / TransparentColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
TransparentColor Property (OverlayCommand)
In This Topic
Gets or sets the color which must be used as transparent color.
Syntax
'Declaration

<DefaultValueAttribute(System.Drawing.Color, "0, 255, 255, 255")>
<DescriptionAttribute("The color which must be used as transparent color.")>
Public Property TransparentColor As System.Drawing.Color

[DefaultValue(System.Drawing.Color, "0, 255, 255, 255")]
[Description("The color which must be used as transparent color.")]
public System.Drawing.Color TransparentColor { get; set; }

Remarks

Value of this property has effect only if Transparency and HasTransparentColor are set to true and source image is 24- or 32-bpp image.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also