Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Gradient Color

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Gradient Color

    In Nt7 when I try to use the Color.FromRgb(Convert.ToByte(bValue1),Convert.ToBy te(bValue2),Convert.ToByte(bValue3)) method, the compiler doesn't recognize it. The error message says, "System.Drawing.Color does not contain a definition for 'FromGrb' ". How do I get and set color values using Rgb? I want to use this to create a color gradient.

    #2
    Hello,

    Thank you for the question.

    If this is a copy of the code you are using, the reason would just be a spelling error.

    The method is FromArgb but you are using FromRgb.

    Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.


    I look forward to being of further assistance.

    Comment


      #3
      Thanks, that worked. What method would I use to get an Argb value for the colors that are built-into NinjaScript?

      Comment


        #4
        Hello,

        The answer to this was actually already provided in the MSDN link in post #2, on the left you will see the additional Method that Color has, ToArgb is one of those methods.

        Otherwise, this is the standard reference which shows the ARGB of each C# color: https://msdn.microsoft.com/en-us/lib...or=-2147217396

        Please let me know if I may be of further assistance.

        Comment


          #5
          Thank you. I have a beautiful gradient color indicator now.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          571 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          331 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          549 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          549 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X