Searched refs:rotate_hue (Results 1 – 4 of 4) sorted by relevance
52 color.rotate_hue(degrees)
369 pub fn rotate_hue(&self, delta: Scalar) -> Color { in rotate_hue() method380 self.rotate_hue(180.0) in complementary()1390 fn rotate_hue() { in rotate_hue() function1391 assert_eq!(Color::lime(), Color::red().rotate_hue(120.0)); in rotate_hue()
197 static void rotate_hue(fireshell *fs, int dh) in rotate_hue() function241 if ((fs->bicolor + 1) % 50 == 0) rotate_hue(fs, 180); in explode()243 if (fs->hshift) rotate_hue(fs, rnd(8)); in explode()
411 def rotate_hue(self, rotation): member in Color