]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/allocimage
tmparse: put in local timezone hack
[plan9front.git] / sys / man / 2 / allocimage
index 1946a342d9bdd12693aaf9324fb545a03525c3fc..6eef189abd1aec06ceab4bb3bd78d543f2b180d7 100644 (file)
@@ -13,10 +13,10 @@ allocimage, allocimagemix, freeimage, nameimage, namedimage, setalpha, loadimage
 .PP
 .ta \w'\fLImage 'u
 .B
-Image  *allocimage(Display *d, Rectangle r, 
+Image  *allocimage(Display *d, Rectangle r,
 .br
 .B
-       ulong chan, int repl, int col)
+       ulong chan, int repl, ulong col)
 .PP
 .B
 Image  *allocimagemix(Display *d, ulong one, ulong three)
@@ -102,7 +102,8 @@ on
 is allocated with
 .BR allocimage ;
 it will have the rectangle, pixel channel format,
-and replication flag
+replication flag,
+and initial fill color
 given by its arguments.
 Convenient pixel channels like
 .BR GREY1 ,