Interface: OrderedThreadInformation
Thread data showing the thread's initial color and an override color if one currently exists
Hierarchy
Pick<OrderedThreadColor,"ordinal">↳
OrderedThreadInformation
Properties
embeddedColor
• embeddedColor: string
The initial thread color for this ordinal, extracted from the base embroidery image
Should be a thread color in CDIF format: thread(mcp####)
Defined in
packages/design-engine-react-components/src/features/embroidery/types.ts:24
ordinal
• ordinal: number
A number representing which set of threads this color is applied to
Inherited from
Pick.ordinal
Defined in
packages/design-engine-react-components/src/features/embroidery/types.ts:8
overrideColor
• Optional overrideColor: string
If present, the color that is currently overriding the embedded color for this ordinal
Should be a thread color in CDIF format: thread(mcp####)
Defined in
packages/design-engine-react-components/src/features/embroidery/types.ts:30