Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the ScaledColor class

Namespace: Visual3D.Graphics3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public ScaledColor(
	Vector4 baseValue
)
Public Sub New ( _
	baseValue As Vector4 _
)

Parameters

baseValue
Vector4
Color object that will be scaled and controlled.

See Also