Kind: Function
Source: atloria-monorepo/apps/web/src/lib/user-colors.ts
Get a CSS color string with opacity for a user
Signature
tsfunction getUserColorWithOpacity(userId: string, opacity: number): string
Parameters
| Name | Type |
|---|---|
userId | string |
opacity | number |
Returns: string
Was this page helpful?