An ID for the color. Stitches will use this ID to reference which color they are.
A name for the overall color.
The ASCII character used to represent the color on the pattern visually.
An array of Floss objects defining all the strands of floss that make up the color.
Optional hexCode: numberOptionally defines the color's hexadecimal value.
An ID for the color. Stitches will use this ID to reference which color they are.
A name for the overall color.
An array of Floss objects defining all the strands of floss that make up the color.
Optional hexOptionally defines the color's hexadecimal value.
The ASCII character used to represent the color on the pattern visually.
Generated using TypeDoc
Model class representing a color used in the pattern.
A Color represents a color used in the pattern. The color is made up of one or more strands of Floss. Each strand can be a different color, allowing blended colors to be defined.