PixColor Constructor ByteScout Text Recognition SDK
Initializes a new instance of the PixColor class

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

public PixColor(
	byte red,
	byte green,
	byte blue,
	byte alpha = 255
)

Parameters

red
Type: SystemByte

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

green
Type: SystemByte

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

blue
Type: SystemByte

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

alpha (Optional)
Type: SystemByte

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

See Also

Reference