PostRender changes
This commit is contained in:
parent
ef1ff8e948
commit
77afc0f207
@ -638,6 +638,10 @@ procedure TRenderer64.UpdateImage(CP: TControlPoint);
|
|||||||
begin
|
begin
|
||||||
FCP.background := cp.background;
|
FCP.background := cp.background;
|
||||||
FCP.spatial_filter_radius := cp.spatial_filter_radius;
|
FCP.spatial_filter_radius := cp.spatial_filter_radius;
|
||||||
|
FCP.gamma := cp.Gamma;
|
||||||
|
FCP.vibrancy := cp.vibrancy;
|
||||||
|
FCP.contrast := cp.contrast;
|
||||||
|
FCP.brightness := cp.brightness;
|
||||||
|
|
||||||
CreateFilter;
|
CreateFilter;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user