73.md 271 字节
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8
# seaborn.saturate

```py
seaborn.saturate(color)
```

Return a fully saturated color with the same hue.

W
wizardforcel 已提交
9
参数:`color`:matplotlib color
W
init  
wizardforcel 已提交
10 11 12

> hex, rgb-tuple, or html color name

W
wizardforcel 已提交
13 14

返回值:`new_color`:rgb tuple
W
init  
wizardforcel 已提交
15 16 17

> saturated color code in RGB tuple representation