You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.2 KiB
Plaintext

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

{\rtf1\ansi\ansicpg1252\deff0\deflang1031{\fonttbl{\f0\fmodern\fcharset0 Courier;}{\f1\fswiss\fprq2\fcharset0 System;}}
{\colortbl ;\red0\green0\blue255;\red0\green0\blue0;\red136\green0\blue0;\red0\green128\blue0;\red128\green128\blue128;\red160\green0\blue160;}
\viewkind4\uc1\pard\cf1\lang1033\f0\fs20 void\cf2 \cf3 blitdemo_013\cf2 ()\par
\{\par
\cf4 // Farb\'fcberlagerung auf SRC, geblendet \'fcber DST\par
\cf2 \cf1 llgfx_sBLITFX\cf2 \cf5 blitfx\cf2 ;\par
\cf1 int\cf2 \cf5 blitflag\cf2 = \cf6 BLIT_SRC_ALPHA\cf2 |\cf6 BLIT_DST_CENTERED\cf2 ;\par
\par
\cf5 blitfx\cf2 .\cf5 fixalpha\cf2 = 1.0f; \cf4 // Effekt St\'e4rke\par
\cf2 \cf5 blitfx\cf2 .\cf5 color\cf2 = \cf6 WHITE\cf2 ; \cf4 // oder RGBwerte: 0x4400AA\par
\cf2 \cf3 llgfx_BLIT\cf2 (0,\cf5 sprite\cf2 ,0,0,0,\cf5 blitflag\cf2 |\cf6 BLIT_FXCOLOR\cf2 ,&\cf5 blitfx\cf2 );\par
\par
\cf5 blitfx\cf2 .\cf5 fixalpha\cf2 = 0.5f; \cf4 // Effekt St\'e4rke\par
\cf2 \cf5 blitfx\cf2 .\cf5 color\cf2 = \cf6 YELLOW\cf2 ; \cf4 // oder RGBwerte: 0x4400AA\par
\cf2 \cf3 llgfx_BLIT\cf2 (0,\cf5 sprite\cf2 ,0,0,0,\cf6 BLIT_FXCOLOR\cf2 ,&\cf5 blitfx\cf2 );\par
\pard\}\cf0\lang1031\b\f1\fs20\par
}