Add RenderTargetHdrEnabler

This commit is contained in:
Exter-N 2025-01-08 20:02:14 +01:00
parent 349241d0ab
commit f07780cf7b
8 changed files with 219 additions and 3 deletions

View file

@ -110,6 +110,7 @@ public class Configuration : IPluginConfiguration, ISavable, IService
public bool KeepDefaultMetaChanges { get; set; } = false;
public string DefaultModAuthor { get; set; } = DefaultTexToolsData.Author;
public bool EditRawTileTransforms { get; set; } = false;
public bool HdrRenderTargets { get; set; } = true;
public Dictionary<ColorId, uint> Colors { get; set; }
= Enum.GetValues<ColorId>().ToDictionary(c => c, c => c.Data().DefaultColor);