UtilColorGetRandomBrush(Boolean) Method

Generates a random SolidBrush.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static SolidBrush GetRandomBrush(
	bool includeAlphaChannel = false
)

Parameters

includeAlphaChannel  Boolean  (Optional)
If , alpha channel is randomized.

Return Value

SolidBrush
The random SolidBrush.

See Also