feat: Initial commit

This commit is contained in:
2025-02-14 16:06:00 +08:00
commit da75a84e02
1056 changed files with 163517 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 10b954b67e28e454e9c09356caeb2242
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c691ac281fb46a2429494f29b8ea9989
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: d0a7b12d60cd31d46830e900047e8734
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 6400143f55350694b924a2743b16b0ae
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: e8e78e82d56ab434c8bb437a3838ece0
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,271 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.Culture</name>
</assembly>
<members>
<member name="T:Cryville.Culture.IdValidity">
<summary>
提供一系列基于 ID 有效性数据检查 ID 有效性的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中 <see href="https://github.com/unicode-org/cldr/tree/main/common/validity"><c>common/validity</c></see> 目录中的 XML 文档。
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.IdValidity.Load(System.Xml.Linq.XDocument)">
<summary>
从一个 XML 文档中加载有效性数据。
</summary>
<param name="xml">要加载的 XML 文档。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><see langword="null" />
</exception>
<exception cref="T:System.InvalidOperationException">文档中的一个 ID 列表已被加载。</exception>
<remarks>
<para>
该方法解析 CLDR 中 <see href="https://github.com/unicode-org/cldr/tree/main/common/validity"><c>common/validity</c></see> 目录中的 XML 文档。
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.IdValidity.Check(System.String,System.String)">
<summary>
获取一个 ID 的 ID 状态。
</summary>
<param name="id">要检查的 ID。</param>
<param name="type">ID 的类型。</param>
<returns>
ID 的 ID 状态。如果没找到 ID 则返回 <see langword="null" />
</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Check(System.String,System.String,System.String)">
<summary>
确定一个 ID 是否处于给定的状态。
</summary>
<param name="id">要检查的 ID。</param>
<param name="type">ID 的类型。</param>
<param name="status">要检查的状态。</param>
<returns>给定的 ID 是否处于给定的状态。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型和给定状态的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Enumerate(System.String)">
<summary>
获取给定类型的所有 ID 的列表。
</summary>
<param name="type">ID 的类型。</param>
<returns>给定类型的所有 ID 的列表。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型的 ID 列表。</exception>
</member>
<member name="M:Cryville.Culture.IdValidity.Enumerate(System.String,System.String)">
<summary>
获取给定类型和给定状态的所有 ID 的列表。
</summary>
<param name="type">ID 的类型。</param>
<param name="status">ID 的状态。</param>
<returns>给定类型和给定状态的所有 ID 的列表。</returns>
<exception cref="T:System.InvalidOperationException">没有找到或没有加载给定类型和给定状态的 ID 列表。</exception>
</member>
<member name="T:Cryville.Culture.LanguageId">
<summary>
表示一个 <see href="https://unicode.org/reports/tr35/#Unicode_language_identifier">Unicode 语言标识符</see>
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Language">
<summary>
语言子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Script">
<summary>
文字子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Region">
<summary>
区域子标签。
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.Variant">
<summary>
变体子标签。
</summary>
</member>
<member name="M:Cryville.Culture.LanguageId.#ctor(System.String)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LanguageId" /> 结构体的实例。
</summary>
<param name="str">标识符的字符串表示。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="str" /><see langword="null" />
</exception>
<exception cref="T:System.FormatException">输入的字符串格式不正确。</exception>
</member>
<member name="P:Cryville.Culture.LanguageId.IsGrandfathered">
<summary>
当前 Unicode 语言标识符是否表示一个<see href="https://www.rfc-editor.org/rfc/rfc5646.html#section-2.1">保留标签</see>grandfathered tag
</summary>
</member>
<member name="P:Cryville.Culture.LanguageId.IsValid">
<summary>
当前 Unicode 语言标识符是否有效。
</summary>
<remarks>
<para>
该属性通过调用 <see cref="M:Cryville.Culture.IdValidity.Check(System.String,System.String)" /> 来确定其所有子标签是否有效。获取该属性前,先调用 <see cref="M:Cryville.Culture.IdValidity.Load(System.Xml.Linq.XDocument)" /> 加载有效性数据。
</para>
</remarks>
</member>
<member name="P:Cryville.Culture.LanguageId.SyntaxCanonicalized">
<summary>
获取当前 Unicode 语言标识符的一个标准语法版本。
</summary>
</member>
<member name="M:Cryville.Culture.LanguageId.Clone(System.Boolean)">
<summary>
获取当前 Unicode 语言标识符的一个副本。
</summary>
<param name="excludeVariant">是否排除变体子标签。</param>
<returns>当前 Unicode 语言标识符的一个副本。</returns>
</member>
<member name="M:Cryville.Culture.LanguageId.Equals(Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.Equals(System.Object)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.GetHashCode">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.op_Equality(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.op_Inequality(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<inheritdoc />
</member>
<member name="M:Cryville.Culture.LanguageId.ToString">
<inheritdoc />
</member>
<member name="T:Cryville.Culture.LanguageMatching">
<summary>
提供基于语言匹配数据为请求的语言匹配一个应用支持的语言的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/languageInfo.xml"><c>common/supplemental/languageInfo.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.LanguageMatching.#ctor(System.Xml.Linq.XDocument,Cryville.Culture.LikelySubtags)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LanguageMatching" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>languageInfo</c> XML 文档。
</param>
<param name="subtags">子标签倾向数据。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><paramref name="subtags" /><see langword="null" />
</exception>
<exception cref="T:System.FormatException">
给定的 <c>languageInfo</c> XML 文档无效。
</exception>
</member>
<member name="M:Cryville.Culture.LanguageMatching.GetDistance(Cryville.Culture.LanguageId,Cryville.Culture.LanguageId)">
<summary>
计算两个语言之间的距离。
</summary>
<param name="start">起点语言。</param>
<param name="end">终点语言。</param>
<returns>
<paramref name="start" /> 语言到 <paramref name="end" /> 语言的距离。
</returns>
<exception cref="T:System.InvalidOperationException">无法计算距离。</exception>
</member>
<member name="M:Cryville.Culture.LanguageMatching.Match(Cryville.Culture.LanguageId,System.Collections.Generic.IEnumerable{Cryville.Culture.LanguageId},Cryville.Culture.LanguageId@,System.Int32@)">
<summary>
从支持的语言列表中为请求的语言匹配一个语言。
</summary>
<param name="desired">请求的语言。</param>
<param name="supported">支持的语言列表。</param>
<param name="match">
匹配的语言。如果没有匹配则为 <see cref="T:Cryville.Culture.LanguageId" /> 的默认值。
</param>
<param name="distance">
<paramref name="desired" /><paramref name="match" /> 的距离。如果没有匹配则为 <see cref="F:System.Int32.MaxValue" />
</param>
<returns>匹配是否成功。</returns>
<exception cref="T:System.ArgumentNullException">
<paramref name="supported" /><see langword="null" />
</exception>
</member>
<member name="T:Cryville.Culture.LikelySubtags">
<summary>
提供基于子标签倾向数据最大化和最小化 Unicode 语言标识符的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/likelySubtags.xml"><c>common/supplemental/likelySubtags.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.LikelySubtags.#ctor(System.Xml.Linq.XDocument,Cryville.Culture.SupplementalMetadata)">
<summary>
创建一个 <see cref="T:Cryville.Culture.LikelySubtags" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>likelySubtags</c> XML 文档。
</param>
<param name="metadata">别名数据。</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><paramref name="metadata" /><see langword="null" />
</exception>
</member>
<member name="M:Cryville.Culture.LikelySubtags.AddLikelySubtags(Cryville.Culture.LanguageId)">
<summary>
最大化一个 Unicode 语言标识符。
</summary>
<param name="source">要最大化的 Unicode 语言标识符。</param>
<returns>最大化的 Unicode 语言标识符。</returns>
<exception cref="T:System.Collections.Generic.KeyNotFoundException">没有找到匹配的子标签倾向。</exception>
</member>
<member name="M:Cryville.Culture.LikelySubtags.RemoveLikelySubtags(Cryville.Culture.LanguageId,System.Boolean)">
<summary>
最小化一个 Unicode 语言标识符。
</summary>
<param name="source">要最小化的 Unicode 语言标识符。</param>
<param name="favoringScript">是否倾向保留文字子标签而不是区域子标签。</param>
<returns>最小化的 Unicode 语言标识符。</returns>
<exception cref="T:System.Collections.Generic.KeyNotFoundException">没有找到匹配的子标签倾向。</exception>
</member>
<member name="T:Cryville.Culture.SupplementalMetadata">
<summary>
提供基于别名数据将一个别名 ID 转换为其标准形式的方法。
</summary>
<remarks>
<para>
该类解析 CLDR 中的 <see href="https://github.com/unicode-org/cldr/tree/main/common/supplemental/supplementalMetadata.xml"><c>common/supplemental/supplementalMetadata.xml</c></see>
</para>
</remarks>
</member>
<member name="M:Cryville.Culture.SupplementalMetadata.#ctor(System.Xml.Linq.XDocument)">
<summary>
创建一个 <see cref="T:Cryville.Culture.SupplementalMetadata" /> 类的实例。
</summary>
<param name="xml">
要加载的 <c>supplementalMetadata</c> XML 文档。
</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="xml" /><see langword="null" />
</exception>
</member>
<member name="M:Cryville.Culture.SupplementalMetadata.Canonicalize(Cryville.Culture.LanguageId)">
<summary>
将一个 Unicode 语言标识符内的所有别名子标签转换为其标准形式。
</summary>
<param name="source">要转换的 Unicode 语言标识符。</param>
<returns>标准化的 Unicode 语言标识符。</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 378cfcd9bd044114a8b6d5356d57b450
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: bbd7028c8e208de4baba16953f3d7994
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 8d1f8c7a3ad93a24fac5fb10f77cf181
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 45cfa09bfc590d6409f71a1e47295469
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 35ea5e9381f6a3f41a32711f14839a50
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: c5001c2ca06c6ab44b21914f55312fe0
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,223 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.EEW.Colors</name>
</assembly>
<members>
<member name="T:Cryville.EEW.Colors.ColorSpaceUtils">
<summary>
Contains <see langword="static" /> methods related to color spaces.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ColorSpaceUtils.OkLchToSrgb(System.Int32,System.Single,System.Single,System.Single)">
<summary>
Converts a OkLch color to sRGB.
</summary>
<param name="A">The alpha channel (0-255).</param>
<param name="L">The luminance channel.</param>
<param name="c">The chroma channel.</param>
<param name="h">The hue channel.</param>
<returns></returns>
</member>
<member name="T:Cryville.EEW.Colors.EmptyColorScheme">
<summary>
An empty <see cref="T:Cryville.EEW.Colors.IColorScheme" /> that always returns <see cref="P:System.Drawing.Color.Gray" />.
</summary>
</member>
<member name="P:Cryville.EEW.Colors.EmptyColorScheme.Instance">
<summary>
The shared instance of the <see cref="T:Cryville.EEW.Colors.EmptyColorScheme" /> class.
</summary>
</member>
<member name="P:Cryville.EEW.Colors.EmptyColorScheme.WrappedInstance">
<summary>
The shared instance of the <see cref="T:Cryville.EEW.Colors.WrappedColorScheme" /> class wrapped around <see cref="P:Cryville.EEW.Colors.EmptyColorScheme.Instance" />.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.EmptyColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.Colors.IColor">
<summary>
Represents a color.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.IColor.ToSrgb">
<summary>
Converts the current instance to an sRGB color.
</summary>
<returns>The converted color.</returns>
</member>
<member name="P:Cryville.EEW.Colors.IColor.Lightness">
<summary>
The lightness of the color. <c>0</c> represents a black color; <c>1</c> represents a white color.
</summary>
</member>
<member name="T:Cryville.EEW.Colors.IColorScheme">
<summary>
Represents a color scheme, extracting colors from different properties.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.IColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<summary>
Extracts a color from a property.
</summary>
<param name="type">The type of the property.</param>
<param name="value">The value of the property.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.IColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}})">
<summary>
Extracts a color from a set properties.
</summary>
<param name="props">The properties.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.ISeverityColorMapping">
<summary>
Represents a mapping that maps severity to color.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ISeverityColorMapping.FromSeverity(System.Single,System.Single@)">
<summary>
Extracts a color from severity.
</summary>
<param name="severity">The severity.</param>
<param name="luminance">The luminance of the color.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.ISeverityColorMapping.From(System.Single)">
<summary>
Extracts a color from severity.
</summary>
<param name="severity">The severity.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.ISubColorScheme">
<summary>
Represents a sub-color scheme, extracting colors from different properties.
</summary>
</member>
<member name="M:Cryville.EEW.Colors.ISubColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible,Cryville.EEW.Colors.IColor)">
<summary>
Extracts a color from a property.
</summary>
<param name="type">The type of the property.</param>
<param name="value">The value of the property.</param>
<param name="color">The color extracted from the same property from another color scheme.</param>
<returns>The color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.ISubColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}},Cryville.EEW.Colors.IColor)">
<summary>
Extracts a color from a set properties.
</summary>
<param name="props">The properties.</param>
<param name="color">The color extracted from the same property from another color scheme.</param>
<returns>The color.</returns>
</member>
<member name="T:Cryville.EEW.Colors.SeverityBasedColorScheme">
<summary>
A color scheme that is based on a severity scheme and a severity color mapping.
</summary>
<param name="scheme">The severity scheme.</param>
<param name="mapping">The severity color mapping.</param>
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.#ctor(Cryville.EEW.Report.ISeverityScheme,Cryville.EEW.Colors.ISeverityColorMapping)">
<summary>
A color scheme that is based on a severity scheme and a severity color mapping.
</summary>
<param name="scheme">The severity scheme.</param>
<param name="mapping">The severity color mapping.</param>
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible)">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.SeverityBasedColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}})">
<inheritdoc />
</member>
<member name="T:Cryville.EEW.Colors.SrgbColor">
<summary>
Represents an sRGB color.
</summary>
<param name="A">The alpha channel.</param>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
<summary>
Represents an sRGB color.
</summary>
<param name="A">The alpha channel.</param>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.A">
<summary>The alpha channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.R">
<summary>The red channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.G">
<summary>The green channel.</summary>
</member>
<member name="P:Cryville.EEW.Colors.SrgbColor.B">
<summary>The blue channel.</summary>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.#ctor(System.Byte,System.Byte,System.Byte)">
<summary>
Creates an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct, with the alpha channel set to 255.
</summary>
<param name="R">The red channel.</param>
<param name="G">The green channel.</param>
<param name="B">The blue channel.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.FromColor(System.Drawing.Color)">
<summary>
Converts a system color to an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct.
</summary>
<param name="color">The system color.</param>
<returns>The converted color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.op_Implicit(System.Drawing.Color)~Cryville.EEW.Colors.SrgbColor">
<summary>
Converts a system color to an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct.
</summary>
<param name="color">The system color.</param>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.ToSrgb">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.ToColor">
<summary>
Converts the current instance to a system color.
</summary>
<returns>The converted color.</returns>
</member>
<member name="M:Cryville.EEW.Colors.SrgbColor.op_Implicit(Cryville.EEW.Colors.SrgbColor)~System.Drawing.Color">
<summary>
Converts an instance of the <see cref="T:Cryville.EEW.Colors.SrgbColor" /> struct to a system color.
</summary>
<param name="color">The color.</param>
</member>
<member name="T:Cryville.EEW.Colors.WrappedColorScheme">
<summary>
A sub color scheme identical to a specific color scheme.
</summary>
<param name="parent">The color scheme this sub color scheme is based on.</param>
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.#ctor(Cryville.EEW.Colors.IColorScheme)">
<summary>
A sub color scheme identical to a specific color scheme.
</summary>
<param name="parent">The color scheme this sub color scheme is based on.</param>
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.From(Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible,Cryville.EEW.Colors.IColor)">
<inheritdoc />
</member>
<member name="M:Cryville.EEW.Colors.WrappedColorScheme.From(System.Collections.Generic.IEnumerable{System.ValueTuple{Cryville.EEW.Report.ReportViewModelPropertyType,System.IConvertible}},Cryville.EEW.Colors.IColor)">
<inheritdoc />
</member>
</members>
</doc>

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f834593e641dd3e46953e3c5326f17b9
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: f43b9018a46d4c94c86b8fcecccdd731
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 2e1f757b879267741a4ce2c3e9b90cfb
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 1f171de94b2452a4cbbd151070e1311f
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More