Click or drag to resize

AxoColorFromArgb Method

[Missing <summary> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]


Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AxoColor FromArgb(
	byte a,
	byte r,
	byte g,
	byte b
)

Parameters

a  Byte

[Missing <param name="a"/> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]

r  Byte

[Missing <param name="r"/> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]

g  Byte

[Missing <param name="g"/> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]

b  Byte

[Missing <param name="b"/> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]

Return Value

AxoColor

[Missing <returns> documentation for "M:Altaxo.Drawing.AxoColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"]

See Also