Link Search Menu Expand Document

ComHelpersCreateColorRGB Method

[Missing <summary> documentation for "M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)"]

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public ColorRGB CreateColorRGB(
	byte red,
	byte green,
	byte blue
)

Parameters

red
Type: SystemByte

[Missing <param name="red"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)"]

green
Type: SystemByte

[Missing <param name="green"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)"]

blue
Type: SystemByte

[Missing <param name="blue"/> documentation for "M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)"]

Return Value

Type: ColorRGB

[Missing <returns> documentation for "M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)"]

See Also

Reference