if (start + offset + 3 < end) {
                    rawValue = (newValue / 16777216) & 255;
                    buffer.writeUInt8(rawValue, start + offset + 3);
                }