C# Class Shapes.Colors.ScalarColor3

显示文件 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_oe property

public System.Double Blue
return System.Double

Green public_oe property

public System.Double Green
return System.Double

Red public_oe property

public System.Double Red
return System.Double