Hi good afternoon.
Where is the color specified please?
Thanks,
greeting
---------------------------
Function Name: GRAPH_draw_line
Signature: void GRAPH_draw_line(word x1: r0, word y1: r1, word x2: r2, word y2: r3);
Purpose: Draw a line using the stroke color
--------------------------
color for : Function Name: GRAPH_draw_line ?
- ahenry3068
- Posts: 1146
- Joined: Tue Apr 04, 2023 9:57 pm
Re: color for : Function Name: GRAPH_draw_line ?
It is previously set by a call to GRAPH_set_colors ($FF29)
Re: color for : Function Name: GRAPH_draw_line ?
How many colors are available please?
lda ...
ldx ...
ldy ...
jsr GRPAH_set_colors
greeting
lda ...
ldx ...
ldy ...
jsr GRPAH_set_colors
greeting
- ahenry3068
- Posts: 1146
- Joined: Tue Apr 04, 2023 9:57 pm
Re: color for : Function Name: GRAPH_draw_line ?
256 (0-255)
Re: color for : Function Name: GRAPH_draw_line ?
hello thanks.
greeting.
greeting.