VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebColorBase Class / alpha Property
Syntax Remarks Requirements SeeAlso
In This Topic
alpha Property (WebColorBase)
In This Topic
Gets or sets the alpha component value of this color.
Syntax
'Declaration

Public Property alpha As Integer

public int alpha { get; set; }

Property Value

Minimum value is 0.
If type == "ARGB32" - maximum value is 255;
if type == "ARGB64" - maximum value is 65535.
Default value is 0.
Remarks

Property avaliable if type == "ARGB32" or if type == "ARGB64".

Requirements

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

See Also