Home
last modified time | relevance | path

Searched refs:SetColorBytes (Results 1 – 2 of 2) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.c3666 void SetColorBytes(pcb, index, table_size) in SetColorBytes() function
3746 SetColorBytes(pcb, color_index, (maxColors+3));
/dports/www/gitea/gitea-1.16.5/modules/log/
H A Dcolors.go387 func (cv *ColoredValue) SetColorBytes(colorBytes []byte) { func