ImageGear .NET
GreenSaturation Property




Gets or sets GreenSaturation property of the XMP Camera Raw schema.
Syntax
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);
}
'Declaration
 
Public Property GreenSaturation As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearCameraRawXMPMetadata
Dim value As ImGearXMPInteger
 
instance.GreenSaturation = value
 
value = instance.GreenSaturation

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback