From 2b892f992491481b73b4e14c3088416357821fdb Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 23 Mar 2021 09:11:03 +1100 Subject: Add colouralpha type to iface. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3