Home Reference Source
import {SMAASearchImageData} from 'postprocessing'
public class | source

SMAASearchImageData

SMAA search image data.

This image stores information about how many pixels the line search algorithm must advance in the last step.

Based on the official python scripts: https://github.com/iryoku/smaa/tree/master/Scripts

Static Method Summary

Static Public Methods
public static

Creates a new search image.

Static Public Methods

public static generate(): RawImageData source

Creates a new search image.

Return:

RawImageData

The generated image data.