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