We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5962bf commit 5c5196bCopy full SHA for 5c5196b
docs/development/api-wrapper/functions/color-extractor.md
@@ -7,6 +7,7 @@ Extracts colors from a playlist, track, album, artist, show, etc.
7
8
```ts
9
function colorExtractor(uri: string): Promise<{
10
+ DARK_VIBRANT: string;
11
DESATURATED: string;
12
LIGHT_VIBRANT: string;
13
PROMINENT: string;
0 commit comments