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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        573 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X