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.
Syntax
Section titled “Syntax”mothaloMmala(r, g, b)Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
r | palo | Red component 0–255. |
g | palo | Green component 0–255. |
b | palo | Blue component 0–255. |
Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
mothaloMmala(0, 0, 255);
boketeMothalo(4);
thalaKhutlonne(100, 100, 200, 200);
}