'Declaration <DescriptionAttribute("The green gamma value.")> <DefaultValueAttribute(1)> Public Property GreenGamma As Double
[Description("The green gamma value.")] [DefaultValue(1)] public double GreenGamma { get; set; }
[Description("The green gamma value.")] [DefaultValue(1)] public: __property double get_GreenGamma(); public: __property void set_GreenGamma(
double value
);
[Description("The green gamma value.")] [DefaultValue(1)] public:
property double GreenGamma { double get(); void set(double value); }
Property Value
1 - the command will NOT apply the gamma correction to the green channel of image; other value - the command will apply the gamma correction to the green channel of image.
Default value is 1.
Default value is 1.