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 sjsj2732, Yesterday, 04:31 AM
        0 responses
        30 views
        0 likes
        Last Post sjsj2732  
        Started by NullPointStrategies, 03-13-2026, 05:17 AM
        0 responses
        286 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        282 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        132 views
        1 like
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        90 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Working...
        X