ColorInt..::..FromArgb Method (Int32, Int32, Int32, Int32)
Returns the color expressed as integer
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
public static int FromArgb( int alpha, int red, int green, int blue )
Public Shared Function FromArgb ( _ alpha As Integer, _ red As Integer, _ green As Integer, _ blue As Integer _ ) As Integer
public: static int^ FromArgb( int^ alpha, int^ red, int^ green, int^ blue )
Parameters
- alpha
- Type: Int32
alpha 0-255
- red
- Type: Int32
red 0-255
- green
- Type: Int32
green 0-255
- blue
- Type: Int32
blue 0-255