This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
LYFZ
/
lyfz_repos
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
8b4791aa7f
Větve
Značky
master
lyfz_repos
/
铂金版源码
/
ManagementServer
/
LYFZ.ComponentLibrary
/
OtherExpansionControl
/
LYFZ.OtherExpansion.Imaging
/
GrayscaleStyle.cs
GrayscaleStyle.cs
110 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
using System;
namespace LYFZ.OtherExpansion.Imaging
{
public enum GrayscaleStyle
{
BT907,
RMY,
Y
}
}