Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BackBrushAll opacity

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

    BackBrushAll opacity

    How do a change the BackBrushAll opacity? I working on an indicator that will paint BackBrush or BackBrushAll incrementally based on strength or weakness. Any help would be appreciated.

    #2
    Hello, thanks for writing in. You can use the Color.FromArgb to define an alpha channel e.g.

    HTML Code:
    BackBrushAll = new SolidColorBrush(Color.FromArgb(50, 25, 175, 185));

    Comment


      #3
      Thanks, I can make that work.

      Can you give me an example or a reference to Get the R, G, B byte values from a standard color?

      Comment


        #4
        Hello, thanks for the follow up. You can use the powertoys from windows Color picker to get RGB values from a color on the screen:
        https://learn.microsoft.com/en-us/wi...s/color-picker (publicly available)

        Kind regards,
        -ChrisL

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        156 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        90 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        140 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        130 views
        1 like
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        107 views
        0 likes
        Last Post CarlTrading  
        Working...
        X