C# Class Box2D.Common.Color3f

Similar to javax.vecmath.Color3f holder
Show file Open project: gerich-home/box2dnet Class Usage Examples

Public Properties

Property Type Description
BLACK Color3f
BLUE Color3f
GREEN Color3f
RED Color3f
WHITE Color3f
X float
Y float
Z float

Public Methods

Method Description
Color3f ( )
Color3f ( float r, float g, float b )
Set ( Color3f argColor ) : void
Set ( float r, float g, float b ) : void

Method Details

Color3f() public method

public Color3f ( )

Color3f() public method

public Color3f ( float r, float g, float b )
r float
g float
b float

Set() public method

public Set ( Color3f argColor ) : void
argColor Color3f
return void

Set() public method

public Set ( float r, float g, float b ) : void
r float
g float
b float
return void

Property Details

BLACK public static property

public static Color3f,Box2D.Common BLACK
return Color3f

BLUE public static property

public static Color3f,Box2D.Common BLUE
return Color3f

GREEN public static property

public static Color3f,Box2D.Common GREEN
return Color3f

RED public static property

public static Color3f,Box2D.Common RED
return Color3f

WHITE public static property

public static Color3f,Box2D.Common WHITE
return Color3f

X public property

public float X
return float

Y public property

public float Y
return float

Z public property

public float Z
return float