MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / Palette

Method Palette

src/Engine/Palette.cpp:29–31  ·  view source on GitHub ↗

* Initializes a brand new palette. */

Source from the content-addressed store, hash-verified

27 * Initializes a brand new palette.
28 */
29Palette::Palette() : _colors(0), _count(0)
30{
31}
32
33/**
34 * Deletes any colors contained within.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected