Skip to content

Lib.image.fx.stylize.Steps

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

Steps

in Lib.image.fx.stylize


A versatile effect that uses the value of the input image to draw 'steps'. These can be shaded and animated.

For similar effects see: [DetectEdges] [DistortAndShade] [Displace] [Fakelight]


Input Parameters

Name (Relevancy & Type) Description
Image (Texture2DRequired) -
Count (Single) -
Bias (Single) -
Offset (Single) -
Highlight (Vector4) -
HighlightIndex (Int32) -
Ramp (Gradient) -
Edge (Gradient) -
SmoothRadius (Single) -
UseSuperSampling (Boolean) -
Repeat (Boolean) -
Resolution (Int2) -

Outputs

Name Type
TextureOutput T3.Core.DataTypes.Texture2D

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally