Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1095867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:11:37+00:00 2026-05-17T00:11:37+00:00

I was trying to write a simple extension method for Color static class which

  • 0

I was trying to write a simple extension method for Color static class which return Black and White equivalent of that color.
The problem is that extention methods can’t return Static types…
So, how can I do this?! please help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T00:11:37+00:00Added an answer on May 17, 2026 at 12:11 am

    The problem is that NO method can return a static type. Static classes are stateless (or have only static state), and thus have only one “instance” that is globally accessible from any code referencing the namespace.

    You can return a Color; the Color class itself, though it has static members, is not static, and so many instances of Colors can exist. You can also apply an extension method to a Color. If you do this, then you can call an extension method on one of the static members of the non-static Color struct:

    public static class MyColorsExtensions
    {
    
       public static Color ToGreyScale(this Color theColor) { ... }
    
    }
    
    ...
    
    var greyFromBlue = Color.Blue.ToGreyScale();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a simple google extension that will upon clicking ctrl+alt+x search
I'm trying to write an extension method for System.Web.UI.Control which will search its ControlCollection
I'm trying to figure out how to write a simple Chrome extension which allows
I'm trying to write an extension method that will allow me to set focus
I'm trying to write a simple python extension for GDB that outputs to a
I started trying to write chrome extension and I'm having problem with simple function:
I am trying to write some simple code which will read a text file
I am trying to write a simple Java function that will take a list
I'm trying to write a simple unit containing a class TMainWindow to improve my
I am trying to write a simple application in Python which uses SimpleCV for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.