Number of components in the colors buffer.
colors
static int BASE_colorsCount(int elementCount) => elementCount > 0 ? elementCount * 4 : 0;