xoblite™ / Blackbox for Windows bb5 | RC6 preview | 0.25.2.14
http://xoblite.net/
Alpha.cpp File Reference
#include "BImage.h"
#include "..\Settings\Settings.h"
#include <malloc.h>

Variables

SettingspSettings
 
BYTE cornerAlphaArrayHiDPI [64]
 
BYTE cornerAlphaArrayLoDPI [25]
 

Variable Documentation

◆ pSettings

Settings* pSettings
extern

◆ cornerAlphaArrayHiDPI

BYTE cornerAlphaArrayHiDPI[64]
Initial value:
=
{
0x00, 0x00, 0x00, 0x10, 0x40, 0x80, 0xc0, 0xe0,
0x00, 0x00, 0x40, 0xa0, 0xff, 0xff, 0xff, 0xff,
0x00, 0x40, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff,
0x10, 0xa0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
}
117{
118 0x00, 0x00, 0x00, 0x10, 0x40, 0x80, 0xc0, 0xe0,
119 0x00, 0x00, 0x40, 0xa0, 0xff, 0xff, 0xff, 0xff,
120 0x00, 0x40, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff,
121 0x10, 0xa0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
122 0x40, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
123 0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
124 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
125 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
126};

◆ cornerAlphaArrayLoDPI

BYTE cornerAlphaArrayLoDPI[25]
Initial value:
=
{
0x00, 0x10, 0x40, 0x90, 0xc0,
0x10, 0x60, 0xa0, 0xff, 0xff,
0x40, 0xa0, 0xff, 0xff, 0xff,
0x90, 0xff, 0xff, 0xff, 0xff,
0xc0, 0xff, 0xff, 0xff, 0xff,
}
129{
130 0x00, 0x10, 0x40, 0x90, 0xc0,
131 0x10, 0x60, 0xa0, 0xff, 0xff,
132 0x40, 0xa0, 0xff, 0xff, 0xff,
133 0x90, 0xff, 0xff, 0xff, 0xff,
134 0xc0, 0xff, 0xff, 0xff, 0xff,
135};