RhinoCommon API
TexturedColor Constructor |
Initializes a new instance of the TexturedColor class
Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.12
public TexturedColor( string name, Color4f value, bool on, float amount )
Public Sub New ( name As String, value As Color4f, on As Boolean, amount As Single )
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Rhino.Render.TexturedColor.#ctor(System.String,Rhino.Display.Color4f,System.Boolean,System.Single)"]
- value
- Type: Rhino.DisplayColor4f
[Missing <param name="value"/> documentation for "M:Rhino.Render.TexturedColor.#ctor(System.String,Rhino.Display.Color4f,System.Boolean,System.Single)"]
- on
- Type: SystemBoolean
[Missing <param name="on"/> documentation for "M:Rhino.Render.TexturedColor.#ctor(System.String,Rhino.Display.Color4f,System.Boolean,System.Single)"]
- amount
- Type: SystemSingle
[Missing <param name="amount"/> documentation for "M:Rhino.Render.TexturedColor.#ctor(System.String,Rhino.Display.Color4f,System.Boolean,System.Single)"]