Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
.
..RandomColorWithRandomTransparency Method
|
|
Returns a random Color with a random alpha value as well (i.e. random transparency)
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static Color RandomColorWithRandomTransparency()
|
Visual Basic
|
Public Shared Function RandomColorWithRandomTransparency As Color
|
Visual C++
|
public:
static Color RandomColorWithRandomTransparency()
|
Return Value
Type: Color
Returns a random Color with a random alpha value as well (i.e. random transparency)
See Also
DPSFHelper Class
DPSFHelper Members
DPSF Namespace
Send comments on this topic to
|