FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
a64colors.h File Reference

a64 video encoder - c64 colors in rgb More...

#include <stdint.h>

Go to the source code of this file.

Variables

static const uint8_t a64_palette [16][3]
 

Detailed Description

a64 video encoder - c64 colors in rgb

Definition in file a64colors.h.

Variable Documentation

const uint8_t a64_palette[16][3]
static
Initial value:
= {
{0x00, 0x00, 0x00},
{0xff, 0xff, 0xff},
{0x68, 0x37, 0x2b},
{0x70, 0xa4, 0xb2},
{0x6f, 0x3d, 0x86},
{0x58, 0x8d, 0x43},
{0x35, 0x28, 0x79},
{0xb8, 0xc7, 0x6f},
{0x6f, 0x4f, 0x25},
{0x43, 0x39, 0x00},
{0x9a, 0x67, 0x59},
{0x44, 0x44, 0x44},
{0x6c, 0x6c, 0x6c},
{0x9a, 0xd2, 0x84},
{0x6c, 0x5e, 0xb5},
{0x95, 0x95, 0x95},
}

Definition at line 33 of file a64colors.h.

Referenced by a64multi_encode_init().