| 3480 |
len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE, |
len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE, |
| 3481 |
"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber, |
"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber, |
| 3482 |
GetRValue(color), GetGValue(color), GetBValue(color)); |
GetRValue(color), GetGValue(color), GetBValue(color)); |
|
ParseMode = ModeFirst; |
|
|
XsParseMode = ModeXsFirst; |
|
| 3483 |
SendOSCstr(StrBuff, len); |
SendOSCstr(StrBuff, len); |
|
break; |
|
| 3484 |
} |
} |
| 3485 |
else if (XsParseColor(StrBuff, &color)) { |
else if (XsParseColor(StrBuff, &color)) { |
| 3486 |
DispSetANSIColor(ColorNumber, color); |
DispSetANSIColor(ColorNumber, color); |
| 3505 |
len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE, |
len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE, |
| 3506 |
"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber, |
"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber, |
| 3507 |
GetRValue(color), GetGValue(color), GetBValue(color)); |
GetRValue(color), GetGValue(color), GetBValue(color)); |
|
XsParseMode = ModeXsColorNum; |
|
| 3508 |
SendOSCstr(StrBuff, len); |
SendOSCstr(StrBuff, len); |
| 3509 |
} |
} |
| 3510 |
else if (XsParseColor(StrBuff, &color)) { |
else if (XsParseColor(StrBuff, &color)) { |