This commit is contained in:
Matthew Leibowitz 2016-10-28 19:00:41 +02:00
Родитель 0d4844bcad
Коммит 0351d02434
1 изменённых файлов: 51 добавлений и 33 удалений

Просмотреть файл

@ -16,12 +16,8 @@
</Base>
<Interfaces />
<Docs>
<summary>32 bit ARGB color value, not premultiplied. </summary>
<remarks>
<para>The color components are always in a known order. </para>
<para></para>
<para>SkColor is the type used to specify colors in SkPaint and in gradients.</para>
</remarks>
<summary>32 bit ARGB color value, not premultiplied.</summary>
<remarks>The color components are always in a known order.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
@ -43,11 +39,13 @@
<Parameter Name="blue" Type="System.Byte" />
</Parameters>
<Docs>
<param name="red">To be added.</param>
<param name="green">To be added.</param>
<param name="blue">To be added.</param>
<param name="red">The red value.</param>
<param name="green">The green value.</param>
<param name="blue">The blue value.</param>
<summary>Creates a color from the specified red, green and blue values.</summary>
<remarks>To be added.</remarks>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -70,12 +68,14 @@
<Parameter Name="alpha" Type="System.Byte" />
</Parameters>
<Docs>
<param name="red">To be added.</param>
<param name="green">To be added.</param>
<param name="blue">To be added.</param>
<param name="alpha">To be added.</param>
<param name="red">The red value.</param>
<param name="green">The green value.</param>
<param name="blue">The blue value.</param>
<param name="alpha">The alpha value.</param>
<summary>Creates a color from the specified red, green, blue and alpha values.</summary>
<remarks>To be added.</remarks>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Alpha">
@ -95,9 +95,13 @@
<ReturnType>System.Byte</ReturnType>
</ReturnValue>
<Docs>
<summary>The alpha component of the color.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets the alpha component of the color.</summary>
<value>
<para></para>
</value>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Blue">
@ -117,9 +121,13 @@
<ReturnType>System.Byte</ReturnType>
</ReturnValue>
<Docs>
<summary>The blue component of the color.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets the blue component of the color.</summary>
<value>
<para></para>
</value>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Empty">
@ -135,8 +143,10 @@
<ReturnType>SkiaSharp.SKColor</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Gets an “empty” color, with zero for all the components.</summary>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
@ -261,9 +271,13 @@
<ReturnType>System.Byte</ReturnType>
</ReturnValue>
<Docs>
<summary>The green component of the color.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets the green component of the color.</summary>
<value>
<para></para>
</value>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Hue">
@ -413,9 +427,13 @@
<ReturnType>System.Byte</ReturnType>
</ReturnValue>
<Docs>
<summary>The red component of the color.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets the red component of the color.</summary>
<value>
<para></para>
</value>
<remarks>
<para></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ToHsl">
@ -534,7 +552,7 @@
</Parameters>
<Docs>
<param name="alpha">To be added.</param>
<summary>Returns a new SKColor based on this current instance that has a new Alpha channel value.</summary>
<summary>Returns a new color based on this current instance, but with the new alpha channel value.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
@ -556,7 +574,7 @@
</Parameters>
<Docs>
<param name="blue">To be added.</param>
<summary>To be added.</summary>
<summary>Returns a new color based on this current instance, but with the new blue channel value.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
@ -578,7 +596,7 @@
</Parameters>
<Docs>
<param name="green">To be added.</param>
<summary>To be added.</summary>
<summary>Returns a new color based on this current instance, but with the new green channel value.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
@ -600,7 +618,7 @@
</Parameters>
<Docs>
<param name="red">To be added.</param>
<summary>To be added.</summary>
<summary>Returns a new color based on this current instance, but with the new red channel value.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>