Moved BlueChip's Composition demo directory to conform to the current standard naming convention

This commit is contained in:
csBlueChip 2009-08-23 14:50:26 +00:00
parent 982f5bf140
commit bb50452422
5 changed files with 2 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -22,6 +22,7 @@ THE SOFTWARE.
//------------------------------------------------------------------------------
// Test Harness for alpha composition functions
// The composition function and this demo were both written by BlueChip
/*
PaintShopPro_X2 readings:
| | Blue-over-Red | Red-over-Blue |

View file

@ -73,4 +73,4 @@ run : $(DOL)
.PRECIOUS : %.c
%.c : %.png
@echo Converting resource: $<
@./raw2c.exe $<
@./raw2c.exe $< 2>null

View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB