Skip to content

M_Aurora_Utils_ColorUtils_GenerateRandomColor_1

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

ColorUtils.GenerateRandomColor Method (Color)

Generates a random color within a certain base color range

Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public static Color GenerateRandomColor(
	Color baseColor
)

Parameters

 

baseColor
Type: System.Drawing.Color
A base color range

Return Value

Type: Color
A random color within a base range

See Also

Reference

ColorUtils Class
GenerateRandomColor Overload
Aurora.Utils Namespace

Clone this wiki locally