This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
LYFZ
/
lyfz_repos
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
8b4791aa7f
ブランチ
タグ
master
lyfz_repos
/
铂金版源码
/
ManagementServer
/
LYFZ.ComponentLibrary
/
OtherExpansionControl
/
LYFZ.OtherExpansion.Imaging
/
GrayscaleStyle.cs
GrayscaleStyle.cs
110 B
履歴
Raw
1
2
3
4
5
6
7
8
9
10
using System;
namespace LYFZ.OtherExpansion.Imaging
{
public enum GrayscaleStyle
{
BT907,
RMY,
Y
}
}