experimental

package
v0.34.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BrushedMetalNode

type BrushedMetalNode struct {
	Dimensions nodes.Output[int]
	BaseColor  nodes.Output[coloring.Color]
	BrushColor nodes.Output[coloring.Color]
	BrushSize  nodes.Output[float64]
	Count      nodes.Output[int]
}

func (BrushedMetalNode) Out added in v0.32.0

type GridNode added in v0.23.0

type GridNode struct {
	HorizontalLines nodes.Output[int]
	VerticalLines   nodes.Output[int]
	Dimensions      nodes.Output[int]
	Color           nodes.Output[coloring.Color]
	LineColor       nodes.Output[coloring.Color]
	LineWidth       nodes.Output[float64]
}

func (GridNode) Out added in v0.32.0

func (gnd GridNode) Out(out *nodes.StructOutput[image.Image])

type SampleNode

type SampleNode struct {
	Start   nodes.Output[float64]
	End     nodes.Output[float64]
	Samples nodes.Output[int]
}

func (SampleNode) Out added in v0.32.0

func (snd SampleNode) Out(out *nodes.StructOutput[[]float64])

type SeamlessPerlinNode

type SeamlessPerlinNode struct {
	Dimensions nodes.Output[int]
	Positive   nodes.Output[coloring.Color]
	Negative   nodes.Output[coloring.Color]
}

func (SeamlessPerlinNode) Out added in v0.32.0

type ShiftNode

type ShiftNode struct {
	In    nodes.Output[[]float64]
	Shift nodes.Output[float64]
}

func (ShiftNode) Out added in v0.32.0

func (snd ShiftNode) Out(out *nodes.StructOutput[[]float64])

Jump to

Keyboard shortcuts

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