wert property

int get wert

Implementation

int get wert => 0xFF000000 | (r << 16) | (g << 8) | b;