C# Class RayTracing.Materials.SolidColor

Inheritance: ITexture
Exibir arquivo Open project: tomasz-herman/RayTracing

Public Properties

Property Type Description
Color Color

Public Methods

Method Description
Use ( Shader shader, int matNum, float part ) : void
this ( float x, float y ) : Color

Private Methods

Method Description
SolidColor ( Color color ) : Newtonsoft.Json

Method Details

Use() public method

public Use ( Shader shader, int matNum, float part ) : void
shader Shader
matNum int
part float
return void

this() public method

public this ( float x, float y ) : Color
x float
y float
return Color

Property Details

Color public_oe property

public Color Color
return Color