CefColor Constructor (Byte, Byte, Byte, Byte)Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CefColor class

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefColor(
	byte alpha,
	byte red,
	byte green,
	byte blue
)

Parameters

alpha
Type: OnlineSystem Byte

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

red
Type: OnlineSystem Byte

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

green
Type: OnlineSystem Byte

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

blue
Type: OnlineSystem Byte

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

See Also