BritResource Constructor (Byte) |
Initializes a new instance of the
BritResource class.
PSD format specification contains following description:
2 Brightness
2 Contrast
2 Mean value for brightness and contrast
1 Lab color only
It is not used in modern PSD(CS5 and up) where CgEd is. CgEd stores info properties
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic BritResource(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
public:
BritResource(
array<unsigned char>^ bytes
)
new :
bytes : byte[] -> BritResource
Parameters
- bytes
- Type: SystemByte
The bytes.
See Also