Page MenuHomeFeedback Tracker

Color.FromRGBA() not working properly
Assigned, NormalPublic

Description

		Color textColor;	
		if(m_ColorIndex == 1) {
			textColor = Color.FromRGBA(255,207,127,255);
			m_ColorIndex = 2;
		} else {
			textColor = Color.FromRGBA(255,147,61,255);
			m_ColorIndex = 1;
		}
		
		wPlayername.SetColor(textColor);	//Text widget	
		wPlayername.SetText(pName);

The font color is always the same and none of the decalred

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

R34P3R created this task.Aug 14 2024, 10:28 AM
Geez changed the task status from New to Assigned.Aug 14 2024, 11:41 AM