PALETTE_FLASH Structure

Microchip Graphics Library

Microchip Graphics Library
PALETTE_FLASH Structure
C
typedef struct {
  SHORT type;
  PALETTE_HEADER header;
  PALETTE_ENTRY * pPaletteEntry;
} PALETTE_FLASH;
Overview

Structure for the palette stored in FLASH memory.

Members
Members 
Description 
SHORT type; 
Type must be FLASH 
PALETTE_HEADER header; 
Contains information on the palette 
PALETTE_ENTRY * pPaletteEntry; 
Pointer to the palette. Number of entries is determined by the header. 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved