public Palette256(Document doc, Palettes pals, string strName, int id, string strDesc) : base(doc, pals, strName, id, strDesc) { m_type = Palette.Type.Color256; m_data = new PaletteColorData(k_nColors); if (m_doc.Owner != null) m_winPalette = new Palette256Form(m_doc.Owner, this); }
public Palette256(Document doc, Palettes pals, string strName, int id, string strDesc) : base(doc, pals, strName, id, strDesc) { m_type = Palette.Type.Color256; m_data = new PaletteColorData(k_nColors); if (m_doc.Owner != null) { m_winPalette = new Palette256Form(m_doc.Owner, this); } }