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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        95 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        53 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        108 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        63 views
        0 likes
        Last Post PaulMohn  
        Working...
        X