Tao.DevIl SDK Documentation

Ilu.iluAlienify Method 

The story behind this function is actually sorta funny. I had been using a picture of me (contact me if you want it! =) as a test image, and I started working on some colour matrix filters. Well, my first attempt screwed-up, because I had changed the equations to accomodate my bgr image, but I transposed the equations entirely wrong. I got a really neat output, though, where I looked like an alien. =) I decided to keep the screw-up and placed it in iluAlienify. I can't say I've ever run across a filter like this before.

[Visual Basic]
Public Shared Function iluAlienify() As Boolean
[C#]
public static bool iluAlienify();

Return Value

See Also

Ilu Class | Tao.DevIl Namespace