'Declaration Public Overloads Shared Function GetPixelFormat( _
ByVal colorSpaceFormatThe color space format.As Vintasoft.Imaging.ColorSpaceFormat, _
ByVal channelsFormatThe channels format.As BitmapChannelsFormat _
) As Vintasoft.Imaging.PixelFormat
public static Vintasoft.Imaging.PixelFormat GetPixelFormat(
Vintasoft.Imaging.ColorSpaceFormat colorSpaceFormat,
BitmapChannelsFormat channelsFormat
)
public: static Vintasoft.Imaging.PixelFormat GetPixelFormat(
Vintasoft.Imaging.ColorSpaceFormat colorSpaceFormat,
BitmapChannelsFormat* channelsFormat
)
public:
static Vintasoft.Imaging.PixelFormat GetPixelFormat(
Vintasoft.Imaging.ColorSpaceFormat colorSpaceFormat,
BitmapChannelsFormat^ channelsFormat
)
Parameters
- colorSpaceFormat
- The color space format.
- channelsFormat
- The channels format.
Return Value
The pixel format.