This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
LYFZ
/
lyfz_repos
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
8b4791aa7f
Gałęzie
Tagi
master
lyfz_repos
/
铂金版源码
/
ManagementServer
/
LYFZ.ComponentLibrary
/
OtherExpansionControl
/
LYFZ.OtherExpansion.Imaging
/
GrayscaleStyle.cs
GrayscaleStyle.cs
110 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
using System;
namespace LYFZ.OtherExpansion.Imaging
{
public enum GrayscaleStyle
{
BT907,
RMY,
Y
}
}