public TimeColor(byte[] buffer, int offset) { this.buffer = buffer; this.offset = offset; Color = new ColorAlphaAdapter(new ColorData(this)); }