You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/03/18 11:06:47 UTC

[royale-asjs] branch color_picker updated (accf41e -> be32561)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch color_picker
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from accf41e  Some typos.
     new 3624a65  More typos
     new be32561  ColorSpectrum working.

The 8749 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:
 .../Basic/src/main/resources/basic-manifest.xml    |  1 +
 .../projects/Basic/src/main/resources/defaults.css |  6 ++
 .../projects/Basic/src/main/royale/BasicClasses.as |  3 +
 .../apache/royale/html/beads/ColorSpectrumView.as  | 85 ++++++++++++++++++++++
 .../apache/royale/html/beads/models/ColorModel.as  | 23 ++----
 .../royale/html/supportClasses/ColorSpectrum.as    |  4 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |  1 +
 .../royale/org/apache/royale/core/IColorModel.as   |  4 +-
 8 files changed, 105 insertions(+), 22 deletions(-)
 create mode 100644 frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ColorSpectrumView.as