PixelFormatUtilitiesBitsPerChannel Method |
Returns the number of bits in each channel of this image.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static int BitsPerChannel(
PixelFormat pf
)
Public Shared Function BitsPerChannel (
pf As PixelFormat
) As Integer
Parameters
- pf
- Type: Atalasoft.ImagingPixelFormat
An input PixelFormat
Return Value
Type:
Int32See Also