Class PixelTypeInfo
Contains information about the pixels that make up an images visual data.
Inherited Members
Namespace: SixLabors.ImageSharp.Formats
Assembly: SixLabors.ImageSharp.dll
Syntax
public class PixelTypeInfo
Properties
| Improve this Doc View SourceAlphaRepresentation
Gets the pixel alpha transparency behavior. null means unknown, unspecified.
Declaration
public PixelAlphaRepresentation? AlphaRepresentation { get; }
Property Value
Type | Description |
---|---|
Nullable<PixelAlphaRepresentation> |
BitsPerPixel
Gets color depth, in number of bits per pixel.
Declaration
public int BitsPerPixel { get; }
Property Value
Type | Description |
---|---|
Int32 |