ImageGear .NET - Updated
GreenSaturation Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.CameraRaw Namespace > ImGearCameraRawXMPMetadata Class : GreenSaturation Property
Gets or sets GreenSaturation property of the XMP Camera Raw schema.
Syntax
'Declaration
 
Public Property GreenSaturation As ImGearXMPInteger
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
 
instance.GreenSaturation = value
 
value = instance.GreenSaturation
public ImGearXMPInteger GreenSaturation {get; set;}
public: __property ImGearXMPInteger* get_GreenSaturation();
public: __property void set_GreenSaturation( 
   ImGearXMPInteger* value
);
public:
property ImGearXMPInteger^ GreenSaturation {
   ImGearXMPInteger^ get();
   void set (    ImGearXMPInteger^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
Remarks
This XMP property specifies "Green Saturation" setting. Range is -100 to +100.
See Also

Reference

ImGearCameraRawXMPMetadata Class
ImGearCameraRawXMPMetadata Members