This is an automated email from the ASF dual-hosted git repository.
greg-dove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from a25a6c5183 More permissive handling of "flex" values
new e63022143e Add static fromHex support to RGBColor, alongside existing
from HSV method
new 5ff4630666 handle '#' in values when creating selectors
new 104613b195 minor tweaks for justify-content.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/royale/org/apache/royale/core/RGBColor.as | 16 +
.../royale/org/apache/royale/style/ColorPicker.as | 891 +++++++++++++++++++++
.../royale/style/stylebeads/LeafStyleBase.as | 6 +-
.../style/stylebeads/flexgrid/JustifyContent.as | 6 +-
4 files changed, 916 insertions(+), 3 deletions(-)
create mode 100644
frameworks/projects/Style/src/main/royale/org/apache/royale/style/ColorPicker.as