Merge pull request #5284 from aws-lumberyard-dev/Atom/semaster/add_hdr_colorgrading_p0

Test parallel P0  HDR Color Grading Component
This commit is contained in:
jromnoa
2021-11-03 19:34:26 -07:00
committed by GitHub
3 changed files with 197 additions and 0 deletions
@@ -218,6 +218,7 @@ class AtomComponentProperties:
properties = {
'name': 'HDR Color Grading',
'requires': [AtomComponentProperties.postfx_layer()],
'Enable HDR color grading': 'Controller|Configuration|Enable HDR color grading',
}
return properties[property]