It has been suggested that this page's contents be merged with the page Pen Color. You can discuss this on the page's talk page. (May 2024) |
This article is a stub. It may be incomplete, unfinished, or have missing parts/sections. If the article can be expanded, please do so! There may be suggestions on its talk page. (July 2021) |
Pen saturation is a value of the pen, introduced in Scratch 3.0.[1] It changes the amount of the pen color's saturation. Lower values make the pen color less saturated (0 is gray) and higher values make it more saturated (100 is fully saturated). The default value is 100.[2]
Related Blocks
The following blocks can be used to affect this value:
set pen (saturation v) to ()
— Sets the saturation to a given value.change pen (saturation v) by ()
— Increases the saturation by a given value.