ImageToByteArrayArgbToRbg Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
Byte
See Also