Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RGB Color Options

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

    RGB Color Options

    Is there a way to tap into the Custom color palette vs the Web color palette when assigning colors to bars and backgrounds without the need to override the Plot method. I would like to display a marginally lighter darkdarkgreen color (RGB 0, 64, 0) as a backcolor on a black chart background but the default Web color palette that is available when using the Color method is not dark enough.

    If this is not available, it would seem to be a good idea to add an RGBColor(R, G, B) method to the enhancement list for all colorable chart objects.

    Thanks,

    Whitmark
    Last edited by whitmark; 10-29-2007, 07:20 AM.
    whitmark
    NinjaTrader Ecosystem Vendor - Whitmark Development

    #2
    Not sure I follow. Please check out the Color class in .NET and how to set it to your desired RGB values.

    Comment


      #3
      Color.FromArgb Method

      ah . . . got it. Orignially I used intellisense and thought it was only offering color names, but now I see it. Thanks.

      Code:
      Example:  BackColorAll = Color.FromArgb(0, 64, 0);
      whitmark
      NinjaTrader Ecosystem Vendor - Whitmark Development

      Comment


        #4
        Glad it's resolved for you.

        Comment

        Latest Posts

        Collapse

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