Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
-1
Question by $$anonymous$$ · Oct 14, 2017 at 04:41 AM · colorui imageget component

Get the color component from a raw image UI

Hello, I've been trying to get the color component from a raw image so that I can change its alpha, but I seem to be having some trouble. HealthColor is the variable that I am storing the color in, HealthImage is the "Raw Image (Script)" component that I dragged into a public variable slot from the inspectors view of my HealthBar, which is the actual UI object found on the canvas.

 HealthColor = HealthImage.GetComponent<Color> ();

ArgumentException: GetComponent requires that the requested component 'Color' derives from MonoBehaviour or Component or is an interface. UnityEngine.GameObject.GetComponent[Color] () (at C:/buildslave/unity/build/artifacts/generated/common/runtime/GameObjectBindings.gen.cs:38) StatsManagerScript.Update () (at Assets/Scripts/StatsManagerScript.cs:38)

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by FlyingHighUp · Oct 14, 2017 at 05:01 AM

 HealthColor = HealthImage.color;
Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image $$anonymous$$ · Oct 14, 2017 at 05:13 AM 0
Share

That is not working.

Assets/Scripts/Stats$$anonymous$$anagerScript.cs(43,29): error CS1061: Type UnityEngine.Component' does not contain a definition for color' and no extension method color' of type UnityEngine.Component' could be found. Are you missing an assembly reference?

avatar image FlyingHighUp $$anonymous$$ · Oct 14, 2017 at 06:03 AM 0
Share

The HealthImage variable is probably declared like

 public Component HealthImage;

It should be

 public RawImage HealthImage;

After making this change, you'll have to re-drag the RawImage component over the field.

avatar image $$anonymous$$ FlyingHighUp · Oct 14, 2017 at 01:43 PM 0
Share

It turns out that I was not able not have RawImages as variables in my script because I did not declare it with "using UnityEngine.UI" first. I can now see the alpha dwindling down in the inspector's panel for my Stats$$anonymous$$anger object when I start the game, but it is not affecting the HealthBar in the UI. At this point I'd rather just have one variable related to changing the color and alpha of the HealthBar.

 HealthBar.RawImage.Color.a = 0.5;
Show more comments

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

70 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Canvas UI - Get Pixel Colour from Image 0 Answers

Can't change Alpha value of Image color 1 Answer

Material doesn't have a color property '_Color' 4 Answers

Changing two different objects renderer colour 1 Answer

Image UI color not changing when sprite is set via script 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges