aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 8744a7107d..ba69aea3cc 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -105,6 +105,15 @@ public:
void clear();
/**
+ * Fill the given indexes with the given component value.
+ *
+ * @param firstCol the first color, which should be overwritten.
+ * @param numCols number of colors, which schould be overwritten.
+ * @param value color component value, which should be stored.
+ */
+ void fill(int firstCol, int numCols, uint8 value);
+
+ /**
* Copy data from another palette.
*
* @param source palette to copy data from.