Skip to content

Commit

Permalink
Replace color namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Aug 30, 2022
1 parent d8accd4 commit e74b65e
Show file tree
Hide file tree
Showing 44 changed files with 609 additions and 609 deletions.
2 changes: 1 addition & 1 deletion .nuspec/maui.aotprofile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,7 @@ Methods:
void Microsoft.Maui.Controls.CheckBox/<>c:.cctor ()
void Microsoft.Maui.Controls.CheckBox/<>c:.ctor ()
void Microsoft.Maui.Controls.CollectionView:.ctor ()
void Microsoft.Maui.Controls.ColorElement:.cctor ()
void Microsoft.Maui.Graphics.ColorElement:.cctor ()
void Microsoft.Maui.Controls.ColumnDefinitionCollection:.ctor ()
void Microsoft.Maui.Controls.Compatibility.Layout:.cctor ()
void Microsoft.Maui.Controls.Compatibility.Layout:.ctor ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@
</Docs>
</Member>
<Member MemberName="GetSectionTextColor">
<MemberSignature Language="C#" Value="public virtual Microsoft.Maui.Controls.Color GetSectionTextColor (int section);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance valuetype Microsoft.Maui.Controls.Color GetSectionTextColor(int32 section) cil managed" />
<MemberSignature Language="C#" Value="public virtual Microsoft.Maui.Graphics.Color GetSectionTextColor (int section);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance valuetype Microsoft.Maui.Graphics.Color GetSectionTextColor(int32 section) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.Internals.TableModel.GetSectionTextColor(System.Int32)" />
<MemberSignature Language="F#" Value="abstract member GetSectionTextColor : int -&gt; Microsoft.Maui.Controls.Color&#xA;override this.GetSectionTextColor : int -&gt; Microsoft.Maui.Controls.Color" Usage="tableModel.GetSectionTextColor section" />
<MemberSignature Language="F#" Value="abstract member GetSectionTextColor : int -&gt; Microsoft.Maui.Graphics.Color&#xA;override this.GetSectionTextColor : int -&gt; Microsoft.Maui.Graphics.Color" Usage="tableModel.GetSectionTextColor section" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Microsoft.Maui.Controls.ITableModel.GetSectionTextColor(System.Int32)</InterfaceMember>
Expand All @@ -216,7 +216,7 @@
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Controls.Color</ReturnType>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="section" Type="System.Int32" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
</Docs>
</Member>
<Member MemberName="GetShadowColor">
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Controls.Color GetShadowColor (Microsoft.Maui.Controls.BindableObject element);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype Microsoft.Maui.Controls.Color GetShadowColor(class Microsoft.Maui.Controls.BindableObject element) cil managed" />
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Graphics.Color GetShadowColor (Microsoft.Maui.Controls.BindableObject element);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype Microsoft.Maui.Graphics.Color GetShadowColor(class Microsoft.Maui.Controls.BindableObject element) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(Microsoft.Maui.Controls.BindableObject)" />
<MemberSignature Language="F#" Value="static member GetShadowColor : Microsoft.Maui.Controls.BindableObject -&gt; Microsoft.Maui.Controls.Color" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor element" />
<MemberSignature Language="F#" Value="static member GetShadowColor : Microsoft.Maui.Controls.BindableObject -&gt; Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor element" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls.Core</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Controls.Color</ReturnType>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="Microsoft.Maui.Controls.BindableObject" />
Expand All @@ -86,17 +86,17 @@
</Docs>
</Member>
<Member MemberName="GetShadowColor">
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Controls.Color GetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype Microsoft.Maui.Controls.Color GetShadowColor(class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; config) cil managed" />
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Graphics.Color GetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; config);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype Microsoft.Maui.Graphics.Color GetShadowColor(class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; config) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor(Microsoft.Maui.Controls.IPlatformElementConfiguration{Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton})" />
<MemberSignature Language="F#" Value="static member GetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt; -&gt; Microsoft.Maui.Controls.Color" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor config" />
<MemberSignature Language="F#" Value="static member GetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt; -&gt; Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.GetShadowColor config" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls.Core</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Controls.Color</ReturnType>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="config" Type="Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt;" RefType="this" />
Expand Down Expand Up @@ -268,10 +268,10 @@
</Docs>
</Member>
<Member MemberName="SetShadowColor">
<MemberSignature Language="C#" Value="public static void SetShadowColor (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.Color value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetShadowColor(class Microsoft.Maui.Controls.BindableObject element, valuetype Microsoft.Maui.Controls.Color value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Controls.Color)" />
<MemberSignature Language="F#" Value="static member SetShadowColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.Color -&gt; unit" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor (element, value)" />
<MemberSignature Language="C#" Value="public static void SetShadowColor (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void SetShadowColor(class Microsoft.Maui.Controls.BindableObject element, valuetype Microsoft.Maui.Graphics.Color value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.BindableObject,Microsoft.Maui.Graphics.Color)" />
<MemberSignature Language="F#" Value="static member SetShadowColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -&gt; unit" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor (element, value)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls.Core</AssemblyName>
Expand All @@ -282,7 +282,7 @@
</ReturnValue>
<Parameters>
<Parameter Name="element" Type="Microsoft.Maui.Controls.BindableObject" />
<Parameter Name="value" Type="Microsoft.Maui.Controls.Color" />
<Parameter Name="value" Type="Microsoft.Maui.Graphics.Color" />
</Parameters>
<Docs>
<param name="element">To be added.</param>
Expand All @@ -292,10 +292,10 @@
</Docs>
</Member>
<Member MemberName="SetShadowColor">
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; SetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; config, Microsoft.Maui.Controls.Color value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; SetShadowColor(class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; config, valuetype Microsoft.Maui.Controls.Color value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.IPlatformElementConfiguration{Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton},Microsoft.Maui.Controls.Color)" />
<MemberSignature Language="F#" Value="static member SetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt; * Microsoft.Maui.Controls.Color -&gt; Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt;" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor (config, value)" />
<MemberSignature Language="C#" Value="public static Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; SetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt; config, Microsoft.Maui.Graphics.Color value);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; SetShadowColor(class Microsoft.Maui.Controls.IPlatformElementConfiguration`2&lt;class Microsoft.Maui.Controls.PlatformConfiguration.Android, class Microsoft.Maui.Controls.ImageButton&gt; config, valuetype Microsoft.Maui.Graphics.Color value) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor(Microsoft.Maui.Controls.IPlatformElementConfiguration{Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton},Microsoft.Maui.Graphics.Color)" />
<MemberSignature Language="F#" Value="static member SetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt; * Microsoft.Maui.Graphics.Color -&gt; Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.ImageButton&gt;" Usage="Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.ImageButton.SetShadowColor (config, value)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls.Core</AssemblyName>
Expand All @@ -306,7 +306,7 @@
</ReturnValue>
<Parameters>
<Parameter Name="config" Type="Microsoft.Maui.Controls.IPlatformElementConfiguration&lt;Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.ImageButton&gt;" RefType="this" />
<Parameter Name="value" Type="Microsoft.Maui.Controls.Color" />
<Parameter Name="value" Type="Microsoft.Maui.Graphics.Color" />
</Parameters>
<Docs>
<param name="config">To be added.</param>
Expand Down
Loading

0 comments on commit e74b65e

Please sign in to comment.