Uploaded image for project: 'Imaging'
  1. Imaging
  2. MGNLIMG-96

Support more color formats, including those with alpha channel, in ColverConverter#toColor(String)

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 3.3
    • None
    • image operations
    • None
    • Kromeriz 43
    • 2

      Support more color formats, including those with alpha channel, in ColverConverter#toColor(String).

      Here's how this operation should work like:

      @Test
      public void testCanDecodeHexaWithAlphaChannel() {
          assertEquals(new Color(128, 64, 23, 35), ColorConverter.toColor("#80401723"));
      }
      

        Acceptance criteria

              rsiska Robert Šiška
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD