add ability to set (r, g, b) colour values for font

This commit is contained in:
2025-08-18 01:31:22 +01:00
parent de92e8c2ac
commit 4ec3ba18fd
97 changed files with 2761 additions and 8090 deletions

View File

@@ -255,6 +255,6 @@ struct
let
val chrFun = Vector.sub (asciiTable, Char.ord chr)
in
chrFun (posX, posY, scale, windowWidth, windowHeight)
chrFun (posX, posY, scale, windowWidth, windowHeight, r, g, b)
end
end