source: svn/newcon3bcm2_21bu/nexus/app/nanotv/bapp_palette.c @ 69

Last change on this file since 69 was 69, checked in by phkim, 10 years ago

1.phkim

  1. 광주방송
  2. 변경내용
    • VBI 캡션 disabled
  • Property svn:executable set to *
File size: 298 bytes
Line 
1const unsigned int g_palette[] =
2{
3        0x00000000,0xFF101010,0xA5101010,0xFFb4b4b4,
4        0xFF000033,0xFF000044,0xFF000022,0xFFc0a601,
5        0xFFc3b306,0xFFddbe11,0xFFC6AA21,0xFFF2EBC1,
6        0xFF0FE355,0xF0FFFF00,0xF000FFFF,0xF0FFFFFF
7};
8const unsigned int g_palette_size = sizeof(g_palette)/sizeof(g_palette[0]);
9
Note: See TracBrowser for help on using the repository browser.