filter_runtime

package
v0.51.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadModule

func LoadModule() (starlark.StringDict, error)

Types

type Blur

type Blur struct {
	filter.Blur
	// contains filtered or unexported fields
}

func (*Blur) AsRenderWidget

func (w *Blur) AsRenderWidget() render.Widget

func (*Blur) Attr

func (w *Blur) Attr(name string) (starlark.Value, error)

func (*Blur) AttrNames

func (w *Blur) AttrNames() []string

func (*Blur) Freeze

func (w *Blur) Freeze()

func (*Blur) Hash

func (w *Blur) Hash() (uint32, error)

func (*Blur) String

func (w *Blur) String() string

func (*Blur) Truth

func (w *Blur) Truth() starlark.Bool

func (*Blur) Type

func (w *Blur) Type() string

type Brightness

type Brightness struct {
	filter.Brightness
	// contains filtered or unexported fields
}

func (*Brightness) AsRenderWidget

func (w *Brightness) AsRenderWidget() render.Widget

func (*Brightness) Attr

func (w *Brightness) Attr(name string) (starlark.Value, error)

func (*Brightness) AttrNames

func (w *Brightness) AttrNames() []string

func (*Brightness) Freeze

func (w *Brightness) Freeze()

func (*Brightness) Hash

func (w *Brightness) Hash() (uint32, error)

func (*Brightness) String

func (w *Brightness) String() string

func (*Brightness) Truth

func (w *Brightness) Truth() starlark.Bool

func (*Brightness) Type

func (w *Brightness) Type() string

type Contrast

type Contrast struct {
	filter.Contrast
	// contains filtered or unexported fields
}

func (*Contrast) AsRenderWidget

func (w *Contrast) AsRenderWidget() render.Widget

func (*Contrast) Attr

func (w *Contrast) Attr(name string) (starlark.Value, error)

func (*Contrast) AttrNames

func (w *Contrast) AttrNames() []string

func (*Contrast) Freeze

func (w *Contrast) Freeze()

func (*Contrast) Hash

func (w *Contrast) Hash() (uint32, error)

func (*Contrast) String

func (w *Contrast) String() string

func (*Contrast) Truth

func (w *Contrast) Truth() starlark.Bool

func (*Contrast) Type

func (w *Contrast) Type() string

type EdgeDetection

type EdgeDetection struct {
	filter.EdgeDetection
	// contains filtered or unexported fields
}

func (*EdgeDetection) AsRenderWidget

func (w *EdgeDetection) AsRenderWidget() render.Widget

func (*EdgeDetection) Attr

func (w *EdgeDetection) Attr(name string) (starlark.Value, error)

func (*EdgeDetection) AttrNames

func (w *EdgeDetection) AttrNames() []string

func (*EdgeDetection) Freeze

func (w *EdgeDetection) Freeze()

func (*EdgeDetection) Hash

func (w *EdgeDetection) Hash() (uint32, error)

func (*EdgeDetection) String

func (w *EdgeDetection) String() string

func (*EdgeDetection) Truth

func (w *EdgeDetection) Truth() starlark.Bool

func (*EdgeDetection) Type

func (w *EdgeDetection) Type() string

type Emboss

type Emboss struct {
	filter.Emboss
	// contains filtered or unexported fields
}

func (*Emboss) AsRenderWidget

func (w *Emboss) AsRenderWidget() render.Widget

func (*Emboss) Attr

func (w *Emboss) Attr(name string) (starlark.Value, error)

func (*Emboss) AttrNames

func (w *Emboss) AttrNames() []string

func (*Emboss) Freeze

func (w *Emboss) Freeze()

func (*Emboss) Hash

func (w *Emboss) Hash() (uint32, error)

func (*Emboss) String

func (w *Emboss) String() string

func (*Emboss) Truth

func (w *Emboss) Truth() starlark.Bool

func (*Emboss) Type

func (w *Emboss) Type() string

type FlipHorizontal

type FlipHorizontal struct {
	filter.FlipHorizontal
	// contains filtered or unexported fields
}

func (*FlipHorizontal) AsRenderWidget

func (w *FlipHorizontal) AsRenderWidget() render.Widget

func (*FlipHorizontal) Attr

func (w *FlipHorizontal) Attr(name string) (starlark.Value, error)

func (*FlipHorizontal) AttrNames

func (w *FlipHorizontal) AttrNames() []string

func (*FlipHorizontal) Freeze

func (w *FlipHorizontal) Freeze()

func (*FlipHorizontal) Hash

func (w *FlipHorizontal) Hash() (uint32, error)

func (*FlipHorizontal) String

func (w *FlipHorizontal) String() string

func (*FlipHorizontal) Truth

func (w *FlipHorizontal) Truth() starlark.Bool

func (*FlipHorizontal) Type

func (w *FlipHorizontal) Type() string

type FlipVertical

type FlipVertical struct {
	filter.FlipVertical
	// contains filtered or unexported fields
}

func (*FlipVertical) AsRenderWidget

func (w *FlipVertical) AsRenderWidget() render.Widget

func (*FlipVertical) Attr

func (w *FlipVertical) Attr(name string) (starlark.Value, error)

func (*FlipVertical) AttrNames

func (w *FlipVertical) AttrNames() []string

func (*FlipVertical) Freeze

func (w *FlipVertical) Freeze()

func (*FlipVertical) Hash

func (w *FlipVertical) Hash() (uint32, error)

func (*FlipVertical) String

func (w *FlipVertical) String() string

func (*FlipVertical) Truth

func (w *FlipVertical) Truth() starlark.Bool

func (*FlipVertical) Type

func (w *FlipVertical) Type() string

type Gamma

type Gamma struct {
	filter.Gamma
	// contains filtered or unexported fields
}

func (*Gamma) AsRenderWidget

func (w *Gamma) AsRenderWidget() render.Widget

func (*Gamma) Attr

func (w *Gamma) Attr(name string) (starlark.Value, error)

func (*Gamma) AttrNames

func (w *Gamma) AttrNames() []string

func (*Gamma) Freeze

func (w *Gamma) Freeze()

func (*Gamma) Hash

func (w *Gamma) Hash() (uint32, error)

func (*Gamma) String

func (w *Gamma) String() string

func (*Gamma) Truth

func (w *Gamma) Truth() starlark.Bool

func (*Gamma) Type

func (w *Gamma) Type() string

type Grayscale

type Grayscale struct {
	filter.Grayscale
	// contains filtered or unexported fields
}

func (*Grayscale) AsRenderWidget

func (w *Grayscale) AsRenderWidget() render.Widget

func (*Grayscale) Attr

func (w *Grayscale) Attr(name string) (starlark.Value, error)

func (*Grayscale) AttrNames

func (w *Grayscale) AttrNames() []string

func (*Grayscale) Freeze

func (w *Grayscale) Freeze()

func (*Grayscale) Hash

func (w *Grayscale) Hash() (uint32, error)

func (*Grayscale) String

func (w *Grayscale) String() string

func (*Grayscale) Truth

func (w *Grayscale) Truth() starlark.Bool

func (*Grayscale) Type

func (w *Grayscale) Type() string

type Hue

type Hue struct {
	filter.Hue
	// contains filtered or unexported fields
}

func (*Hue) AsRenderWidget

func (w *Hue) AsRenderWidget() render.Widget

func (*Hue) Attr

func (w *Hue) Attr(name string) (starlark.Value, error)

func (*Hue) AttrNames

func (w *Hue) AttrNames() []string

func (*Hue) Freeze

func (w *Hue) Freeze()

func (*Hue) Hash

func (w *Hue) Hash() (uint32, error)

func (*Hue) String

func (w *Hue) String() string

func (*Hue) Truth

func (w *Hue) Truth() starlark.Bool

func (*Hue) Type

func (w *Hue) Type() string

type Invert

type Invert struct {
	filter.Invert
	// contains filtered or unexported fields
}

func (*Invert) AsRenderWidget

func (w *Invert) AsRenderWidget() render.Widget

func (*Invert) Attr

func (w *Invert) Attr(name string) (starlark.Value, error)

func (*Invert) AttrNames

func (w *Invert) AttrNames() []string

func (*Invert) Freeze

func (w *Invert) Freeze()

func (*Invert) Hash

func (w *Invert) Hash() (uint32, error)

func (*Invert) String

func (w *Invert) String() string

func (*Invert) Truth

func (w *Invert) Truth() starlark.Bool

func (*Invert) Type

func (w *Invert) Type() string

type Module

type Module struct {
	// contains filtered or unexported fields
}

type Rotate

type Rotate struct {
	filter.Rotate
	// contains filtered or unexported fields
}

func (*Rotate) AsRenderWidget

func (w *Rotate) AsRenderWidget() render.Widget

func (*Rotate) Attr

func (w *Rotate) Attr(name string) (starlark.Value, error)

func (*Rotate) AttrNames

func (w *Rotate) AttrNames() []string

func (*Rotate) Freeze

func (w *Rotate) Freeze()

func (*Rotate) Hash

func (w *Rotate) Hash() (uint32, error)

func (*Rotate) String

func (w *Rotate) String() string

func (*Rotate) Truth

func (w *Rotate) Truth() starlark.Bool

func (*Rotate) Type

func (w *Rotate) Type() string

type Saturation

type Saturation struct {
	filter.Saturation
	// contains filtered or unexported fields
}

func (*Saturation) AsRenderWidget

func (w *Saturation) AsRenderWidget() render.Widget

func (*Saturation) Attr

func (w *Saturation) Attr(name string) (starlark.Value, error)

func (*Saturation) AttrNames

func (w *Saturation) AttrNames() []string

func (*Saturation) Freeze

func (w *Saturation) Freeze()

func (*Saturation) Hash

func (w *Saturation) Hash() (uint32, error)

func (*Saturation) String

func (w *Saturation) String() string

func (*Saturation) Truth

func (w *Saturation) Truth() starlark.Bool

func (*Saturation) Type

func (w *Saturation) Type() string

type Sepia

type Sepia struct {
	filter.Sepia
	// contains filtered or unexported fields
}

func (*Sepia) AsRenderWidget

func (w *Sepia) AsRenderWidget() render.Widget

func (*Sepia) Attr

func (w *Sepia) Attr(name string) (starlark.Value, error)

func (*Sepia) AttrNames

func (w *Sepia) AttrNames() []string

func (*Sepia) Freeze

func (w *Sepia) Freeze()

func (*Sepia) Hash

func (w *Sepia) Hash() (uint32, error)

func (*Sepia) String

func (w *Sepia) String() string

func (*Sepia) Truth

func (w *Sepia) Truth() starlark.Bool

func (*Sepia) Type

func (w *Sepia) Type() string

type Sharpen

type Sharpen struct {
	filter.Sharpen
	// contains filtered or unexported fields
}

func (*Sharpen) AsRenderWidget

func (w *Sharpen) AsRenderWidget() render.Widget

func (*Sharpen) Attr

func (w *Sharpen) Attr(name string) (starlark.Value, error)

func (*Sharpen) AttrNames

func (w *Sharpen) AttrNames() []string

func (*Sharpen) Freeze

func (w *Sharpen) Freeze()

func (*Sharpen) Hash

func (w *Sharpen) Hash() (uint32, error)

func (*Sharpen) String

func (w *Sharpen) String() string

func (*Sharpen) Truth

func (w *Sharpen) Truth() starlark.Bool

func (*Sharpen) Type

func (w *Sharpen) Type() string

type Shear

type Shear struct {
	filter.Shear
	// contains filtered or unexported fields
}

func (*Shear) AsRenderWidget

func (w *Shear) AsRenderWidget() render.Widget

func (*Shear) Attr

func (w *Shear) Attr(name string) (starlark.Value, error)

func (*Shear) AttrNames

func (w *Shear) AttrNames() []string

func (*Shear) Freeze

func (w *Shear) Freeze()

func (*Shear) Hash

func (w *Shear) Hash() (uint32, error)

func (*Shear) String

func (w *Shear) String() string

func (*Shear) Truth

func (w *Shear) Truth() starlark.Bool

func (*Shear) Type

func (w *Shear) Type() string

type Threshold

type Threshold struct {
	filter.Threshold
	// contains filtered or unexported fields
}

func (*Threshold) AsRenderWidget

func (w *Threshold) AsRenderWidget() render.Widget

func (*Threshold) Attr

func (w *Threshold) Attr(name string) (starlark.Value, error)

func (*Threshold) AttrNames

func (w *Threshold) AttrNames() []string

func (*Threshold) Freeze

func (w *Threshold) Freeze()

func (*Threshold) Hash

func (w *Threshold) Hash() (uint32, error)

func (*Threshold) String

func (w *Threshold) String() string

func (*Threshold) Truth

func (w *Threshold) Truth() starlark.Bool

func (*Threshold) Type

func (w *Threshold) Type() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL