Tagged Questions

5
votes
4answers
5k views

How do I invert a colour / color? (C# .net)

I know that this won't directly invert a colour, it will just 'oppose' it. I was wondering if anyone knew a simple way (a few lines of code) to invert a colour from any given colour? At the moment I ...
0
votes
2answers
861 views

How to compute ifft from fft?

I've done a fft to get fundamental frequency in real time and to implement high and low pass filters. Now I want to be able to record to a .wav file after I apply a filter. First I'll have to invert ...