Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 388 Bytes

saturation.md

File metadata and controls

15 lines (9 loc) · 388 Bytes

Saturation

Description: Returns the saturation of the given color, or sets the saturation component to the optional second argument.

{!basic/color-functions/_code/saturation.code.md!} {!basic/color-functions/_code/saturation.fixture.md!}

Notes

  • saturation(<color>) => <0-100%>
  • saturation(<color>, <value: 0-100%>)