RgbColorFromArgb Method (Byte, Byte, Byte, Byte)

CVB.Net Documentation
Construct a RgbColor from A, R, G and B values.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static RgbColor FromArgb(
	byte a,
	byte r,
	byte g,
	byte b
)

Parameters

a
Type: SystemByte
Alpha channel.
r
Type: SystemByte
Red channel.
g
Type: SystemByte
Green channel.
b
Type: SystemByte
Blue channel.

Return Value

Type: RgbColor
RgbColor value.
See Also

Reference