home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
BPlayer.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-04-10
|
533b
|
27 lines
#ifndef _BPLAYER_H_
#define _BPLAYER_H_
#include "BPbitmap.h"
enum
{
// object properties
ID_PAINTLAYER_OPACITY = 2000,
ID_PAINTLAYER_SHOW = 2001,
ID_PAINTLAYER_BLEND = 2002,
LAYER_NORMAL = 0,
LAYER_DISSOLVE = 1,
LAYER_DIFFERENCE = 2,
LAYER_LIGHTEN = 3,
LAYER_DARKEN = 4,
LAYER_MULTIPLY = 5,
LAYER_SCREEN = 6,
LAYER_ADD = 7,
LAYER_EXCLUSION = 8,
ID_PAINTLAYER_TEXTURE_LINK = 2003,
ID_PAINTLAYER_TEXTURE_NAME = 2004,
ID_PAINTLAYER_END
};
#endif