Menu

#560 INDIC_ROUNDBOX alpha transparency setting

Completed
closed
Scintilla (391)
5
2009-04-28
2009-02-10
No

Currently the default transparency setting for the rectange fill colour is set to 30. I'd like to add an API method for customizing this transparency value. The reason is that it is impossible to use a bright color roundbox indicator, such as yellow 0xFFFF00, as the colour is washed out by the transparency setting. Allowing a custom alpha value per indicator can resolve this issue (i.e. set to 100, no transparency).

Attached is a patch against the current scintilla CVS source to provide SCI_INDICSETALPHA, SCI_INDICGETALPHA API methods for setting this alpha transparency value.

Note: The rectangle border of the INDIC_ROUNDBOX is not changed and still uses an alpha transparency setting of 50.

Discussion

  • Todd Whiteman

    Todd Whiteman - 2009-02-10

    Alpha transparency setting for roundbox indicators.

     
  • Neil Hodgson

    Neil Hodgson - 2009-02-11
    • assigned_to: nobody --> nyamatongwe
     
  • Neil Hodgson

    Neil Hodgson - 2009-02-14

    Committed.

     
  • Neil Hodgson

    Neil Hodgson - 2009-02-14
    • milestone: --> Completed
     
  • Neil Hodgson

    Neil Hodgson - 2009-04-28

    Released in 1.78.

     
  • Neil Hodgson

    Neil Hodgson - 2009-04-28
    • status: open --> closed
     

Log in to post a comment.