VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / LabColor Class / A Property
Syntax Requirements SeeAlso
In This Topic
    A Property (LabColor)
    In This Topic
    Gets the A component value of this color.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The A component value of this color.")>
    Public ReadOnly Property A As Double
    
    
    [Description("The A component value of this color.")]
    public double A { get; }
    
    
    [Description("The A component value of this color.")]
    public: __property double get_A();
    
    
    
    [Description("The A component value of this color.")]
    public:
    property double A { double get(); }

    Property Value

    Valid values are from -200 to 200.
    Requirements

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

    See Also