NetLogo 7.0.0-beta2:

palette:set-saturation

palette:set-saturation number

Changes an agent’s saturation leaving the other HSB components unchanged. An error message results if number is not in the range from 0 to 100.

Example:

ask turtles [palette:set-saturation 30]

Take me to the full Palette Extension Dictionary