ImageToByteArrayArgbToRbg Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static byte[] ArgbToRbg(
IList<byte> bytes
)
Public Shared Function ArgbToRbg (
bytes As IList(Of Byte)
) As Byte()
public:
static array<unsigned char>^ ArgbToRbg(
IList<unsigned char>^ bytes
)
static member ArgbToRbg :
bytes : IList<byte> -> byte[]
Parameters
- bytes
- Type: System.Collections.GenericIListByte
Return Value
Type:
ByteSee Also