diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-03-23 09:11:03 +1100 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-03-23 09:11:03 +1100 | 
| commit | 2b892f992491481b73b4e14c3088416357821fdb (patch) | |
| tree | fdcc747d3c6d872eb96ca5d7e2c4b1f44c044b01 /include | |
| parent | 38eb38d945e08b878d8680025e1cc7239a59afe4 (diff) | |
| download | scintilla-mirror-2b892f992491481b73b4e14c3088416357821fdb.tar.gz | |
Add colouralpha type to iface.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.iface | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d386003e2..d910e8776 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -53,7 +53,8 @@  ##     bool -> integer, 1=true, 0=false  ##     position -> intptr_t position in a document  ##     line -> intptr_t line in a document -##     colour -> colour integer containing red, green and blue bytes. +##     colour -> colour integer containing red, green, and blue bytes. +##     colouralpha -> colour integer containing red, green, blue, and alpha bytes.  ##     string -> pointer to const character  ##     stringresult -> pointer to character, NULL-> return size of result  ##     cells -> pointer to array of cells, each cell containing a style byte and character byte  | 
