コード例 #1
0
ファイル: Frame.cs プロジェクト: foobert/Colorduino
 public byte[] Encode(Palette palette)
 {
     return RLE(palette.EncodeFrame(this));
 }