• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

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

    How To... ?
    color hex values
    3
    4
    218
    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.
    • bonemap
      bonemap 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 3 STD/USB 3.2.5 | MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | Mac Studio 2022 M1 Max 32GB | OSX 12.5.1 Monterey

      DusX mark 2 Replies Last reply Reply Quote 0
      • DusX
        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 10 64bit, i7-8750H, M.2 PCIe SSD's, 16gb DDR4-2666, nVidia GTX 1070 | located in Ontario Canada.

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

          @dusx said:

          parsing string " P1:8X"

           Thanks that does the trick!

          best wishes

          Russell

          http://bonemap.com | Australia
          Izzy 3 STD/USB 3.2.5 | MBP 16” 2019 2.4 GHz Intel i9 64GB AMD Radeon Pro 5500 8 GB 4TB SSD | Mac Studio 2022 M1 Max 32GB | OSX 12.5.1 Monterey

          1 Reply Last reply Reply Quote 0
          • mark
            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