Saturday, April 5, 2014

Video: FILLPOLY command for the HP Prime

A new video has been posted!

http://youtu.be/ArdXnE2b6RQ

Syntax for the FILLPOLY command:

Cartesian:
FILLPOLY(points, color, alpha*)

Pixels:
FILLPOLY_P(points, color, alpha*)

points: a list of vertices {x_1, y_1, x_2, y_2...}
color: either a hexadecimal integer #RRGGBBh or use the RGB command
alpha: transparency factor, 0 to 255 (optional)


Eddie


This blog is property of Edward Shore. 2014

Casio fx-CG50 and Swiss Micros DM32: HP 16C’s Bit Summation

  Casio fx-CG50 and Swiss Micros DM32: HP 16C’s Bit Summation The HP 16C’s #B Function The #B function is the HP 16C’s number of...