ConvertColors¶
Converts between different color spaces.
Please note that for high precision (e.g. when converting back and forth between color spaces) you should change the render target format to 32bit.
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| Texture2d (Texture2D Required) | — |
| Mode (Int32) | — |
| GenerateMipmaps (Boolean) | — |
| OutputFormat (Format) | — |
Outputs¶
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Texture2D |