Returns the specified ARGB color with the specified opacity.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public static int FromArgb(
float opacity,
int argb
)
Public Shared Function FromArgb ( _
opacity As Single, _
argb As Integer _
) As Integer
public:
static int^ FromArgb(
float^ opacity,
int^ argb
)
Parameters
- opacity
- Type: Single
The opacity.
- argb
- Type: Int32
The ARGB.
Return Value
System.Int32.