considerAlphaChannel Property (HasCertainColorRequestParams)
Gets or sets a value indicating whether the alpha channel of color must be taken into account.
public bool considerAlphaChannel { get; set; }
public: __property bool get_considerAlphaChannel();
public: __property void set_considerAlphaChannel(
bool
);
'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.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5