getAbgr MethodStatic
Get the value of a 0xTTBBGGRR color as a number in 0xAABBGGRR format (i.e. red is in low byte). Transparency (0==fully opaque) converted to alpha (0==fully transparent).
getAbgr(tbgr: number): number
Parameter | Type | Description |
---|---|---|
tbgr | number |
Returns - number
Defined in
- core/common/src/ColorDef.ts Line 264
Last Updated: 20 June, 2023