Post Reply 
BLIT / BLIT_P question (FW 10077)
05-02-2016, 09:50 AM (This post was last modified: 05-02-2016 10:54 AM by komame.)
Post: #1
BLIT / BLIT_P question (FW 10077)
Hello,

The on-calc help says that BLIT has syntax:
BLIT([trgtG], [dx1, dy1], [dx2, dy2], srcG, [sx1, sy1], [sx2, sy2], [c], [alpha])
but I can't compile it when all arguments are defined.

For example:
Code:
BLIT(G0,1,1,20,20,G1,0,0,15,15,0,128);

I get syntax error.

The syntax in help differs for BLIT and BLIT_P, because in BLIT_P the alpha argument is not present, but the problem occurs in both cases.

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
BLIT / BLIT_P question (FW 10077) - komame - 05-02-2016 09:50 AM



User(s) browsing this thread: 1 Guest(s)