C# Class Shapes.Colors.ScalarColor3

Show file Open project: homoluden/fukami Class Usage Examples

Public Properties

Property Type Description
Blue System.Double
Green System.Double
Red System.Double

Public Methods

Method Description
ScalarColor3 ( System.Double Red, System.Double Green, System.Double Blue )

Method Details

ScalarColor3() public method

public ScalarColor3 ( System.Double Red, System.Double Green, System.Double Blue )
Red System.Double
Green System.Double
Blue System.Double

Property Details

Blue public property

public System.Double Blue
return System.Double

Green public property

public System.Double Green
return System.Double

Red public property

public System.Double Red
return System.Double