PixDataEncodeAsRGBA Method ByteScout Text Recognition SDK

[Missing <summary> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

Namespace:  Tesseract4
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 1.5.1.210-local
Syntax

public static uint EncodeAsRGBA(
	byte red,
	byte green,
	byte blue,
	byte alpha
)

Parameters

red
Type: SystemByte

[Missing <param name="red"/> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

green
Type: SystemByte

[Missing <param name="green"/> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

blue
Type: SystemByte

[Missing <param name="blue"/> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

alpha
Type: SystemByte

[Missing <param name="alpha"/> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Tesseract4.PixData.EncodeAsRGBA(System.Byte,System.Byte,System.Byte,System.Byte)"]

See Also

Reference