API Reference > imodeljs-common > DisplayStyles > DisplayStyleSettings > backgroundColor backgroundColor Accessor The background color. get: ColorDef note Do not modify the color in place. Clone it and pass the clone to the setter. Returns - ColorDef Setter The background color. set(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 224 Last Updated: 13 June, 2024