Skeleton.boneColor

Get a representative color for the bone based on its index. Useful for debugging.

struct Skeleton
static
@trusted => ColorFromHSV(i * 35 % 360, saturation, value)
Color
boneColor
(
size_t i
,
float saturation = 0.6
,
float value = 0.9
)

Meta