Files
include/test_color.mqh
2025-02-07 19:17:11 +03:30

14 lines
131 B
Plaintext

class test_color
{
public:
color col_inds;
void testcol()
{
col_inds = C'8,235,243';
}
};