AnimancerGUI.

GetHashColor(int, float, float, float) Method

Summary

Returns a colour with its hue based on the `hash`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static Color GetHashColor(int hash, float s = 1, float v = 1, float a = 1)

Parameters

Name Type Description
hash int
s float
v float
a float

Return Value

Type Description
Color