FastLED 3.9.15
Loading...
Searching...
No Matches
noise_woryley.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/stl/int.h"
4
5namespace fl {
6
7// Compute 2D Worley noise at (x, y) in Q15
8i32 worley_noise_2d_q15(i32 x, i32 y);
9
10} // namespace fl
i32 worley_noise_2d_q15(i32 x, i32 y)
Base definition for an LED controller.
Definition crgb.hpp:179