mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add RenderTargetHdrEnabler
This commit is contained in:
parent
349241d0ab
commit
f07780cf7b
8 changed files with 219 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue