• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    [ANSWERED] Is there a way to display HEX values from Color Maker HSBA to the stage?

    How To... ?
    color hex values
    3
    4
    374
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bonemapB
      bonemap Izzy Guru
      last edited by mark

      Hi,

      I am prototyping a colour counter that returns seconds, minutes and colour information ie. displaying RGB, Hue and potentially hex values as the counter cycles through 360° hue spectrum. I have been able to extract the RGB and hue values but when I try to display the hex values they are converted. Is there a way of routing hex values without them being converted?

      best wishes

      Russell

      http://bonemap.com | Australia
      Izzy STD/USB 3.2.6 | + Beta 3.x.x
      MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | 14.1.2 Sonoma
      Mac Studio 2023 M2 Ultra 128GB | OSX 14.1.2 Sonoma
      A range of deployable older Macs

      DusXD markM 2 Replies Last reply Reply Quote 0
      • DusXD
        DusX Tech Staff @bonemap
        last edited by

        @bonemap said:

        Is there a way of routing hex values without them being converted?

         I don't believe so (they are just a format representation of an Integer).
        But if you run the Hex value into a 'Text Formatter' and use the parsing string " P1:8X"
        You will get a text formatted version of it.

        I was doing just this the other day 🙂

        Troikatronix Technical Support

        • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
        • Isadora Add-ons: https://troikatronix.com/add-ons/
        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx

        Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

        bonemapB 1 Reply Last reply Reply Quote 1
        • bonemapB
          bonemap Izzy Guru @DusX
          last edited by

          @dusx said:

          parsing string " P1:8X"

           Thanks that does the trick!

          best wishes

          Russell

          http://bonemap.com | Australia
          Izzy STD/USB 3.2.6 | + Beta 3.x.x
          MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | 14.1.2 Sonoma
          Mac Studio 2023 M2 Ultra 128GB | OSX 14.1.2 Sonoma
          A range of deployable older Macs

          1 Reply Last reply Reply Quote 0
          • markM
            mark @bonemap
            last edited by mark

            @bonemap said:

            displaying RGB, Hue and potentially hex values as the counter cycles through 360° hue spectrum.

            Using a different approach to @DusX, here's a user actor that a uses the Logical Calculator to shift the various components of the color (which is a 32-bit integer with A, R, G and B as 8-bit values) into the right place and then output them as integers that display as hex values. (I am not sure if you needed a string output or integer outputs.) Anyway, for what it's worth.

            color-to-hex-components.izz

            Best Wishes,
            Mark

            Media Artist & Creator of Isadora
            Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

            1 Reply Last reply Reply Quote 1
            • First post
              Last post