struct Core::RGBA

Overview

RGBA struct following platform format, i.e. More…

#include <corebitmapdata.h>

struct RGBA
{
    // fields

    uint32 color;
    uint8 blue;
    uint8 green;
    uint8 red;
    uint8 alpha;
};

Detailed Documentation

RGBA struct following platform format, i.e.

channel order can be RGBA or BGRA.