Algosim documentation: FixHue

FixHue

Returns a colour or a pixmap with its hue set to a fixed value.

Syntax

Description

If c is a colour, then FixHue(c, h) returns the colour with the same saturation and value as c but with hue h.

If pm is a pixmap, then FixHue(pm, h) returns the pixmap obtained from pm by setting the hue each pixel to h but keeping the original saturation and value.

Examples

FixHue(ExampleData("Sally"), 60)

Image 1

See also