12 if ((result = p_storage->Read(&m_red,
sizeof(m_red))) !=
SUCCESS) {
15 if ((result = p_storage->Read(&m_green,
sizeof(m_green))) !=
SUCCESS) {
18 if ((result = p_storage->Read(&m_blue,
sizeof(m_blue))) !=
SUCCESS) {
LEGO color representation with 8-bit RGB channels.
Abstract base class providing an interface for file-like storage with binary and text read/write oper...
#define DECOMP_SIZE_ASSERT(T, S)
LegoS32 LegoResult
[AI] Function result type (return code): typically SUCCESS (0) or FAILURE (-1).
#define SUCCESS
[AI] Used to indicate a successful operation in result codes.