Searched refs:BasicColors (Results 1 – 1 of 1) sorted by relevance
484 static const unsigned char BasicColors[PETSC_DRAW_BASIC_COLORS][3] = { variable579 img->palette[k][0] = BasicColors[k][0]; in PetscDrawCreate_Image()580 img->palette[k][1] = BasicColors[k][1]; in PetscDrawCreate_Image()581 img->palette[k][2] = BasicColors[k][2]; in PetscDrawCreate_Image()