'Declaration Public Function New( _
ByVal pixelDataIsLittleEndianA value indicating whether pixel data are stored in little endian order.As Boolean, _
ByVal channelDataIsLittleEndianA value indicating whether channel data are stored in little endian order.As Boolean, _
ByVal ParamArray channelsThe color channels.() As ChannelFormat _
)
public BitmapChannelsFormat(
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian,
params ChannelFormat[] channels
)
public: BitmapChannelsFormat(
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian,
params ChannelFormat*[]* channels
)
public:
BitmapChannelsFormat(
bool pixelDataIsLittleEndian,
bool channelDataIsLittleEndian,
... array<ChannelFormat^>^ channels
)
Parameters
- pixelDataIsLittleEndian
- A value indicating whether pixel data are stored in little endian order.
- channelDataIsLittleEndian
- A value indicating whether channel data are stored in little endian order.
- channels
- The color channels.