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