Color.FromArgb Method


Definition

public static Color FromArgb( int alpha, int red, int green, int blue );

Parameters

alphaSystem.Int32.
redSystem.Int32.
greenSystem.Int32.
blueSystem.Int32.

Return Value

System.Drawing.Color.

© 2004-2005 GlobFX Technologies. All rights reserved.