Searched refs:paletteColors (Results 1 – 2 of 2) sorted by relevance
141 colorPalette.paletteColors = paletteColors = []145 paletteColors.append(colorRecord)223 for colorRecord in colorPalette.paletteColors:272 for colorRecord in colorPalette.paletteColors:343 if len(colorPalette.paletteColors) != self.numColorParams:344 …e number of colorParamUINameIDs elements ('%s')." % (len(colorPalette.paletteColors), self.numColo…349 self.paletteColors = [] # list of ColorRecords359 self.paletteColors.append(colorRecord)
953 png_color paletteColors[256]; in doEncode() local957 int numTrans = pack_palette(ct, paletteColors, trans, hasAlpha); in doEncode()958 png_set_PLTE(png_ptr, info_ptr, paletteColors, ct->count()); in doEncode()