Thema: Delphi Vignette effect

Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#5

Re: Vignette effect

  Alt 16. Sep 2010, 09:21
It's clear all, but not how to implement Gaussian function, I don't understand it too much

Delphi-Quellcode:
function TwoDimensionalGaussian(X, Y: Single): Single;
var
  a, b, c: Single;
begin

end;
I don't know how to "fill" this function. I'm also not sure parameters and result types, Single are correct?
  Mit Zitat antworten Zitat