Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..ColorBlendAmount Property
|
|
How much of the vertex Color should be blended in with the Texture's Color.
0.0 = use Texture's color, 1.0 = use specified color. Default is 0.5.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public float ColorBlendAmount { get; set; }
|
Visual Basic
|
Public Property ColorBlendAmount As Single
Get
Set
|
Visual C++
|
public:
property float ColorBlendAmount {
float get ();
void set (float value);
}
|
Property Value
Type: Single
See Also
DPSFDefaultEffect Class
DPSFDefaultEffect Members
DPSF Namespace
Send comments on this topic to
Dan@DansKingdom.com
|