A model class representing a single color of floss from a brand. This defaults to a single strand of floss, but can be increased using the strandCount property

Hierarchy

  • Floss

Constructors

  • Parameters

    • colorCode: string

      The brand given code for the floss (i.e. '721' or 'Ecru')

    • colorName: string

      The brand given description of the floss color (i.e. 'Burnt Orange')

    • brandName: BrandName

      The brand name of the floss

    • strandCount: number = 1

      The number of strands of this floss that are to be used. By default, this is 1.

    • Optional hexCode: number

      The optional hexadecimal color code

    Returns Floss

Properties

brandName: BrandName

The brand name of the floss

colorCode: string

The brand given code for the floss (i.e. '721' or 'Ecru')

colorName: string

The brand given description of the floss color (i.e. 'Burnt Orange')

hexCode?: number

The optional hexadecimal color code

strandCount: number = 1

The number of strands of this floss that are to be used. By default, this is 1.

Generated using TypeDoc