Пример #1
0
 public int GetInt32(int index)
 {
     var(r, g, b) = cset.GetRGB(index);
     return(255 << 24 | r << 16 | g << 8 | b);
 }