pixi-wheels

GraphicsRingSkinOptions

pixi-wheels


pixi-wheels / index / GraphicsRingSkinOptions

Interface: GraphicsRingSkinOptions

Defined in: skins/GraphicsRingSkin.ts:7

Properties#

PropertyTypeDescriptionDefined in
bulbs?| false | { color?: number; count: number; inset?: number; radius?: number; }Bulbs around the rim: count evenly spaced dots. Default none.skins/GraphicsRingSkin.ts:19
dividers?| false | { alpha?: number; color?: number; width?: number; }Divider lines between sections. false for none.skins/GraphicsRingSkin.ts:9
highlight?{ alpha?: number; color?: number; }Highlight colour and alpha used by highlight(id).skins/GraphicsRingSkin.ts:23
highlight.alpha?number-skins/GraphicsRingSkin.ts:23
highlight.color?number-skins/GraphicsRingSkin.ts:23
hub?| false | { color?: number; radius?: number; ringColor?: number; ringWidth?: number; }A hub cap over the centre. false for none. Default radius 0.14 of the outer radius, or the inner radius if larger.skins/GraphicsRingSkin.ts:13
labels?booleanDraw labels. Default true.skins/GraphicsRingSkin.ts:17
pegs?| boolean | { alpha?: number; color?: number; rimColor?: number; }Draw the ring’s pegs, the studs the tongue touches, on every divider. Default false.skins/GraphicsRingSkin.ts:21
rim?| false | { alpha?: number; color?: number; width?: number; }The outer rim ring. false for none.skins/GraphicsRingSkin.ts:11
shading?booleanSoft depth shading (a dark vignette at the rim, a highlight inside). Default true.skins/GraphicsRingSkin.ts:15