VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / HasCertainColorRequestParams Class / considerAlphaChannel Property
Syntax Requirements SeeAlso
    considerAlphaChannel Property (HasCertainColorRequestParams)
    Gets or sets a value indicating whether the alpha channel of color must be taken into account.
    Syntax
    'Declaration
    
    Public Property considerAlphaChannel As Boolean
    
    
     

    Property Value

    True - alpha channel of color must be taken into account;
    False - alpha channel of color must NOT be taken into account.
    Default value is True.
    Requirements

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

    See Also