Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Gradient Color
Collapse
X
-
Gradient Color
In Nt7 when I try to use the Color.FromRgb(Convert.ToByte(bValue1),Convert.ToBy te(bValue2),Convert.ToByte(bValue3)) method, the compiler doesn't recognize it. The error message says, "System.Drawing.Color does not contain a definition for 'FromGrb' ". How do I get and set color values using Rgb? I want to use this to create a color gradient. -
Hello,
Thank you for the question.
If this is a copy of the code you are using, the reason would just be a spelling error.
The method is FromArgb but you are using FromRgb.
I look forward to being of further assistance.
-
Hello,
The answer to this was actually already provided in the MSDN link in post #2, on the left you will see the additional Method that Color has, ToArgb is one of those methods.
Otherwise, this is the standard reference which shows the ARGB of each C# color: https://msdn.microsoft.com/en-us/lib...or=-2147217396
Please let me know if I may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
125 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
84 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment