ColorInt..::..RGBA Method
Returns the color expressed as integer
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
public static int RGBA( float r, float g, float b, float a )
Public Shared Function RGBA ( _ r As Single, _ g As Single, _ b As Single, _ a As Single _ ) As Integer
public: static int^ RGBA( float^ r, float^ g, float^ b, float^ a )
Parameters
- r
- Type: Single
red 0-1
- g
- Type: Single
green 0-1
- b
- Type: Single
blue 0-1
- a
- Type: Single
alpha 0-1