MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CellColorKey

Method CellColorKey

WinArk/ThemeColor.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13struct CellColorKey {
14 CellColorKey(ULONG tag, int col = 0) :Tag(tag), Column(col) {}
15
16 int Tag, Column;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected