RgbColorFromArgb Method (Int32)

CVB.Net Documentation
Construct a RgbColor from 32 bit integer that contains the values for ARGB as (hex) AARRGGBB.

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

public static RgbColor FromArgb(
	int val
)

Parameters

val
Type: SystemInt32
AARRGGBB value.

Return Value

Type: RgbColor
RgbColor value.
See Also

Reference