Open yuriy0 opened 4 years ago
Reflected color properties in the editor currently don't allow you to pick the alpha channel.
This change adds an attribute which can be applied to AZ::Color DataElements in the edit context which enables the alpha channel as follows:
AZ::Color
DataElement
... ->DataElement(0, &MyClass::m_colour, "Some Color Value", "") ->Attribute("AlphaChannel", true) ...
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Hi @yuriy0 ,
Thanks for the submission. We'll take a look at this enhancement internally.
Reflected color properties in the editor currently don't allow you to pick the alpha channel.
This change adds an attribute which can be applied to
AZ::Color
DataElement
s in the edit context which enables the alpha channel as follows:Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.