Home
last modified time | relevance | path

Searched refs:rotate_hue (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/pastel/pastel-0.8.1/src/cli/commands/
H A Dcolor_commands.rs52 color.rotate_hue(degrees)
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs369 pub fn rotate_hue(&self, delta: Scalar) -> Color { in rotate_hue() method
380 self.rotate_hue(180.0) in complementary()
1390 fn rotate_hue() { in rotate_hue() function
1391 assert_eq!(Color::lime(), Color::red().rotate_hue(120.0)); in rotate_hue()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dfireworkx.c197 static void rotate_hue(fireshell *fs, int dh) in rotate_hue() function
241 if ((fs->bicolor + 1) % 50 == 0) rotate_hue(fs, 180); in explode()
243 if (fs->hshift) rotate_hue(fs, rnd(8)); in explode()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dcolor.py411 def rotate_hue(self, rotation): member in Color