CgEdResourceMeanValueForBrightnessAndContrast Property |
Gets or sets the mean value for brightness and contrast.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int MeanValueForBrightnessAndContrast { get; set; }
Public Property MeanValueForBrightnessAndContrast As Integer
Get
Set
public:
property int MeanValueForBrightnessAndContrast {
int get ();
void set (int value);
}
member MeanValueForBrightnessAndContrast : int with get, set
Property Value
Type:
Int32
The mean value for brightness and contrast.
See Also