FMEditorGUI.

GetColor(int, float, float, float) Method

Summary

Returns a color with its hue based on the `hueSeed`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Editor
Containing Type
FMEditorGUI

Syntax

public static Color GetColor(int hueSeed, float saturation, float brightness, float alpha = 1)

Parameters

Name Type Description
hueSeed int
saturation float
brightness float
alpha float

Return Value

Type Description
Color