add osTemperatureToLinearColor()

This commit is contained in:
UbitUmarov
2024-06-04 09:05:03 +01:00
parent 30586b34f6
commit 1d9d39328d
3 changed files with 41 additions and 0 deletions

View File

@@ -627,5 +627,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_String osAESDecrypt(string secret, string encryptedText);
LSL_String osAESDecryptFrom(string secret, string encryptedText, string ivString);
vector osGetLinkColor(LSL_Integer linknum, LSL_Integer face);
vector osTemperatureToLinearColor(LSL_Float dtemp);
}
}