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 265
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.