Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrushedMetalNode ¶
type BrushedMetalNode = nodes.Struct[BrushedMetalNodeNodeData]
type BrushedMetalNodeNodeData ¶
type BrushedMetalNodeNodeData struct {
Dimensions nodes.Output[int]
BaseColor nodes.Output[coloring.WebColor]
BrushColor nodes.Output[coloring.WebColor]
BrushSize nodes.Output[float64]
Count nodes.Output[int]
}
func (BrushedMetalNodeNodeData) Out ¶ added in v0.23.0
func (gnd BrushedMetalNodeNodeData) Out() nodes.StructOutput[image.Image]
type GridNode ¶ added in v0.23.0
type GridNode = nodes.Struct[GridNodeData]
type GridNodeData ¶ added in v0.23.0
type GridNodeData struct {
HorizontalLines nodes.Output[int]
VerticalLines nodes.Output[int]
Dimensions nodes.Output[int]
Color nodes.Output[coloring.WebColor]
LineColor nodes.Output[coloring.WebColor]
LineWidth nodes.Output[float64]
}
func (GridNodeData) Out ¶ added in v0.23.0
func (gnd GridNodeData) Out() nodes.StructOutput[image.Image]
type SampleNode ¶
type SampleNode = nodes.Struct[SampleNodeData]
type SampleNodeData ¶
type SampleNodeData struct {
Start nodes.Output[float64]
End nodes.Output[float64]
Samples nodes.Output[int]
}
func (SampleNodeData) Out ¶ added in v0.23.0
func (snd SampleNodeData) Out() nodes.StructOutput[[]float64]
type SeamlessPerlinNode ¶
type SeamlessPerlinNode = nodes.Struct[SeamlessPerlinNodeData]
type SeamlessPerlinNodeData ¶
type SeamlessPerlinNodeData struct {
Dimensions nodes.Output[int]
Positive nodes.Output[coloring.WebColor]
Negative nodes.Output[coloring.WebColor]
}
func (SeamlessPerlinNodeData) Out ¶ added in v0.23.0
func (an SeamlessPerlinNodeData) Out() nodes.StructOutput[image.Image]
type ShiftNode ¶
type ShiftNode = nodes.Struct[ShiftNodeData]
type ShiftNodeData ¶
func (ShiftNodeData) Out ¶ added in v0.23.0
func (snd ShiftNodeData) Out() nodes.StructOutput[[]float64]
Click to show internal directories.
Click to hide internal directories.