Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
delegate void | PostProcessingEvent (RgbDevice device, Fragment fragment, float time) |
void | SetHotkeys (IEnumerable< RgbKey > keys) |
void | Process (IEnumerable< RgbDevice > devices, IEnumerable< ShaderOperation > shaders, float time) |
Events | |
PostProcessingEvent | PostProcessingEvents |
Private Member Functions | |
void | ProcessDevice (RgbDevice device, IEnumerable< ShaderOperation > shaders, float time) |
Private Attributes | |
IEnumerable< RgbKey > | _hotkeys |
Definition at line 6 of file ChromaPipeline.cs.