'Declaration
Public Sub SetDecodeArray( _
ByVal decodeArray() As Integer _
)
'Usage
Dim instance As ImGearPDEImage
Dim decodeArray() As Integer
instance.SetDecodeArray(decodeArray)
Parameters
decodeArray
The decode array to set.
Remarks
Normally, the decode array is accessed through the decode field in the ImGearPDEImageAttrs. However,
this method defines a decode array to handle images with a color space that has more than 4 components.