Exemple #1
0
 public int GetARGB(int index)
 {
     if (index < 0 || index >= decoder.Length)
     {
         return(0);
     }
     return(decoder.GetARGB(Data, Offset, index));
 }