Skip to content

mothaloMmala

Sets the outline color used by all subsequent shapes.

After mothaloMmala, every shape drawn afterward will have its outline rendered in the chosen color until you change it again or call tlogelaMothalo.

mothaloMmala(r, g, b)
NameTypeDescription
rpaloRed component 0–255.
gpaloGreen component 0–255.
bpaloBlue component 0–255.
A blue outlined rectangle
tiro setaLoeto() {
  thalaKanefase(400, 400);
  sefofane(220);
  mothaloMmala(0, 0, 255);
  boketeMothalo(4);
  thalaKhutlonne(100, 100, 200, 200);
}

tlogelaMothalo, tlatsaMmala, boketeMothalo