Skip to content

Lib.image.use.CustomPixelShader

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

CustomPixelShader

in Lib.image.use


Creates a custom shader from a source parameter. This can be useful for prototyping.


Input Parameters

Name (Relevancy & Type) Description
ShaderCode (String) -
Center (Vector2) -
A (Single) -
B (Single) -
C (Single) -
D (Single) -
Resolution (Int2) -
FxTexture (Texture2D) -
IgnoreTemplate (Boolean) -

Outputs

Name Type
TextureOutput T3.Core.DataTypes.Texture2D

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

Clone this wiki locally