white

From PenguinMod Wiki (Official)
Revision as of 16:45, 20 July 2024 by MediansSC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

White
Jump to navigation Jump to search

The white block is a reporter block in the Colors extension that reports an rgb color for white (i.e. r, g, and b all being 255).

Workaround

This block can be worked around by using anything that reports "{r: 255, g: 255, b: 255}", such as:
hsv [{"h": 360, "s": 0, "v": 1}] to rgb::#ff4c4c reporter

See also