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