API Reference > imodeljs-common > DisplayStyles > DisplayStyleSettings > backgroundColor backgroundColor Accessor The background color. backgroundColor: ColorDef note Do not modify the color in place. Clone it and pass the clone to the setter. Returns - ColorDef Setter The background color. backgroundColor(color: ColorDef): void note Do not modify the color in place. Clone it and pass the clone to the setter. Parameter Type Description color ColorDef Returns - void Defined in core/common/src/DisplayStyleSettings.ts Line 611 Last Updated: 11 June, 2024