PaletteContainer.loadPaletteChunk

Loads a palette chunk into the object. The offset determines where the palette should be loaded. If it points to an existing place, the indices after that will be overwritten until the whole palette will be copied. If it points to the end or after it, then the palette will be made longer, and will pad with values #00000000 if needed. Returns the new palette of the object.

interface PaletteContainer
public @safe
loadPaletteChunk

Meta