ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.CameraRaw Namespace / ImGearCameraRawXMPMetadata Class / Brightness Property




In This Topic
    Brightness Property
    In This Topic
    Gets or sets Brightness property of the XMP Camera Raw schema.
    Syntax
    'Declaration
     
    Public Property Brightness As ImGearXMPInteger
    'Usage
     
    Dim instance As ImGearCameraRawXMPMetadata
    Dim value As ImGearXMPInteger
     
    instance.Brightness = value
     
    value = instance.Brightness
    public ImGearXMPInteger Brightness {get; set;}
    public: __property ImGearXMPInteger* get_Brightness();
    public: __property void set_Brightness( 
       ImGearXMPInteger* value
    );
    public:
    property ImGearXMPInteger^ Brightness {
       ImGearXMPInteger^ get();
       void set (    ImGearXMPInteger^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPInteger class value.
    Remarks
    This XMP property specifies "Brightness" setting. Range is 0 to +150.
    See Also