Skip to content

lib.img.adjust.RemapColor

Thomas Mann edited this page Jul 1, 2022 · 5 revisions

RemapColor

in lib.img.adjust


Replaces the colors of an image with a gradient depending on its brightness. This can be used to emulate gradient curves or level adjustments.

Note that you can use the gradient's alpha channel to control the intensity of the effect.


Outputs

Name Type
TextureOutput SharpDX.Direct3D11.Texture2D

Parameters

Name Type Relevancy
Image SharpDX.Direct3D11.Texture2D
Resolution SharpDX.Size2
Bias System.Single
Gradient T3.Core.DataTypes.Gradient

Please help use to improve this documentation. Feel free to improve the description.

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

Clone this wiki locally