コード例 #1
0
 public RwTextureNativeNode(string name, Bitmap bitmap)
     : this(name, bitmap, PS2PixelFormatHelper.GetBestPixelFormat(bitmap))
 {
 }