API Reference > imodeljs-common > Symbology > ColorDef > tbgr tbgr Accessor The color value of this ColorDef as an integer in the form 0xTTBBGGRR (red in the low byte) get: number Returns - number Setter The color value of this ColorDef as an integer in the form 0xTTBBGGRR (red in the low byte) set(tbgr: number): void Parameter Type Description tbgr number Returns - void Defined in core/common/src/ColorDef.ts Line 320 Last Updated: 13 June, 2024