UniqueAvatarColorHueFromId(Color, Int32, Single) Method
Set hue of a color based on ID.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
public static Color HueFromId(
Color color,
int id,
float saturation
)
- color Color
- Base color.
- id Int32
- Color ID.
- saturation Single
- Saturation of returned color.
ColorColor with new hue with given saturation and value.