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