ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / A Property




In This Topic
    A Property
    In This Topic
    Gets or sets A value when the mode is LAB.
    Syntax
    'Declaration
     
    Public Property A As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearXMPColorant
    Dim value As ImGearXMPInteger
     
    instance.A = value
     
    value = instance.A
    public ImGearXMPInteger A {get; set;}
    public: __property ImGearXMPInteger* get_A();
    public: __property void set_A( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ A {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImGearXMPInteger class value.
    Remarks
    Valid range is -128..127.
    See Also