This structure provides a description of the product’s appearance.

MatterSpecification.v13.Core § 11.1.4.3

interface ProductAppearance {
    finish: BasicInformation.ProductFinish;
    primaryColor: null | BasicInformation.Color;
}

Hierarchy (view full)

Properties

Properties

This field shall indicate the visible finish of the product.

MatterSpecification.v13.Core § 11.1.4.3.1

primaryColor: null | BasicInformation.Color

This field indicates the representative color of the visible parts of the product. If the product has no representative color, the field shall be null.

MatterSpecification.v13.Core § 11.1.4.3.2