Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..EndColorAsPremultiplied Property
|
|
Get the End Color as a Premultiplied color (i.e. premultiplied alpha).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Color EndColorAsPremultiplied { get; }
|
Visual Basic
|
Public ReadOnly Property EndColorAsPremultiplied As Color
Get
|
Visual C++
|
public:
property Color EndColorAsPremultiplied {
Color get ();
}
|
Property Value
Type: Color
See Also
DPSFDefaultBaseParticle Class
DPSFDefaultBaseParticle Members
DPSF Namespace
Send comments on this topic to
|