Table of Contents

Method FromRgb

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v10.dll

FromRgb(int)

Creates a System.Windows.Media.Color structure from a 32-bit RGB value. The alpha value is 255.

public static Color FromRgb(int rgb)

Parameters

rgb int

A value specifying the 32-bit RGB value.

Returns

Color

The System.Windows.Media.Color structure that this method creates.