Documentation
¶
Overview ¶
Package postprocess implements the postprocess pipeline.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clamp ¶
type Clamp struct {
// contains filtered or unexported fields
}
Clamp represents a clamp filter.
type ColourGrading ¶
type ColourGrading struct {
// contains filtered or unexported fields
}
ColourGrading represents a colour grading filter.
func NewColourGradingFromCube ¶
func NewColourGradingFromCube(r io.Reader) (*ColourGrading, error)
NewColourGradingFromCube returns a new colour grading filter.
type Filter ¶
type Filter interface { // Apply performs a series of changes on the supplied image. Apply(i image.Image, scene *scene.Scene) error }
Filter represents a postprocess filter.
type Pipeline ¶
type Pipeline struct {
// contains filtered or unexported fields
}
Pipeline represents a filter pipeline.
func NewPipeline ¶
NewPipeline returns a new filter pipeline.
Click to show internal directories.
Click to hide internal directories.