diff --git a/X10D.Unity.dll b/X10D.Unity.dll index f6c1741..30d940c 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.Unity.xml b/X10D.Unity.xml index 2da666b..d0992dd 100644 --- a/X10D.Unity.xml +++ b/X10D.Unity.xml @@ -1735,6 +1735,39 @@ Drawing-related extensions for . + + + Deconstructs the current color into its RGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + + + Deconstructs the current color into its RGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + Returns a which most closely resembles the current color. @@ -1820,6 +1853,39 @@ Drawing-related extensions for . + + + Deconstructs the current color into its ARGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + + + Deconstructs the current color into its RGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + Returns a which most closely resembles the current color. diff --git a/X10D.dll b/X10D.dll index 78c67fd..9aad54c 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 217fd88..44b1914 100644 --- a/X10D.xml +++ b/X10D.xml @@ -1354,6 +1354,39 @@ Drawing-related extensions for . + + + Deconstructs the current color into its ARGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + + + Deconstructs the current color into its RGB components. + + The source color. + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + + When this method returns, contains the component of . + + Returns a which most closely resembles the current color. diff --git a/package.json b/package.json index 861ff08..74944b2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.123", + "version": "3.2.0-nightly.124", "unity": "2021.2", "description": "Extension methods on crack", "keywords": ["dotnet", "extension-methods"],