This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
LYFZ
/
lyfz_repos
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Wiki
Pohon:
8b4791aa7f
Ranting
Tag
master
lyfz_repos
/
铂金版源码
/
ManagementServer
/
LYFZ.ComponentLibrary
/
OtherExpansionControl
/
LYFZ.OtherExpansion.Imaging
/
GrayscaleStyle.cs
GrayscaleStyle.cs
110 B
Riwayat
Mentahan
1
2
3
4
5
6
7
8
9
10
using System;
namespace LYFZ.OtherExpansion.Imaging
{
public enum GrayscaleStyle
{
BT907,
RMY,
Y
}
}