| PixelDataFormatRgb24BppPng Property |
Gets the
PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic static PixelDataFormat Rgb24BppPng { get; }Public Shared ReadOnly Property Rgb24BppPng As PixelDataFormat
Get
public:
static property PixelDataFormat^ Rgb24BppPng {
PixelDataFormat^ get ();
}static member Rgb24BppPng : PixelDataFormat with get
Property Value
Type:
PixelDataFormat
The
PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined.
See Also