Returns number of channels (including alpha channel) supported by specified pixel format.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function ChannelCount ( _ format As PixelFormat _ ) As Integer
public static int ChannelCount( PixelFormat format )
Type: Aurigma.GraphicsMill.PixelFormat
PixelFormat enumeration member to check.