< Previous | Contents | Next >

Example 1 – Overview of a Fuse

This section will use Example1_BrightContrast.fuse, found in the Tools menu Fuses/Examples.

This outlines a basic Fuse and the 3 Function to create a tool node. The Register to name it, the Create for the UI controls, and Process for the image calculations.


image

This is a simple color corrector that has 3 slider controls for Brightness, Contrast and Saturation.

 

FuRegisterClass FunctionUI Controls - Create FunctionProcess Event Function