====== ToneCorrectBank ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | brightnessR | ''f32'' | ''0x0'' | Multiplier to red component of the RGB color that corrects the brightness. | | | brightnessG | ''f32'' | ''0x4'' | Multiplier to green component of the RGB color that corrects the brightness. | | | brightnessB | ''f32'' | ''0x8'' | Multiplier to blue component of the RGB color that corrects the brightness. | | | contrastR | ''f32'' | ''0xc'' | Multiplier to red component of the RGB color that corrects the contrast. | | | contrastG | ''f32'' | ''0x10'' | Multiplier to green component of the RGB color that corrects the contrast. | | | contrastB | ''f32'' | ''0x14'' | Multiplier to blue component of the RGB color that corrects the contrast. | | | saturation | ''f32'' | ''0x18'' | Multiplier to the value that corrects the saturation | | | hue | ''f32'' | ''0x1c'' | Multiplier to the value that corrects the hue | |