SETSWANA TRANSLATION: Skip to content

sefofane

SETSWANA TRANSLATION: Fills the canvas with a background color.

SETSWANA TRANSLATION: Call sefofane at the start of tshwantsha (or in setaLoeto) to clear the canvas to a chosen color. Accepts a single grayscale value, or red/green/blue components.

SETSWANA TRANSLATION: sefofane(mmala) | sefofane(r, g, b)
SETSWANA TRANSLATION: NameSETSWANA TRANSLATION: TypeSETSWANA TRANSLATION: Description
mmalapaloSETSWANA TRANSLATION: Grayscale value 0–255, or red component when used with g/b.
SETSWANA TRANSLATION: Light grey background
tiro setaLoeto() {
  thalaKanefase(400, 400);
}
tiro tshwantsha() {
  sefofane(220);
}

tlatsaMmala, mothaloMmala