APIs, concepts, guides, and more

◆ PostFilterClear()

void PostFilterClear ( int32_t sectionNumber)
Description:
PostFilterClear clears out any Post filter on sectionNumber and those with a higher section number.
Parameters
sectionNumberThe Post Filter Number to be cleared. [0-5]
Sample Code:
// Clear Post Filter 0
axis->PostFilterClear(0);