MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getWhite

Method getWhite

libs/JSystem/J2DGraph/J2DWindowEx.cpp:666–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666JUTColor J2DWindowEx::getWhite() const
667{
668 JUTColor black, white;
669 if (!getBlackWhite(&black, &white)) {
670 return TCOLOR_WHITE_U32;
671 }
672
673 return white;
674}
675
676void J2DWindowEx::setAlpha(u8 alpha)
677{

Callers 1

changeColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected