mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
oops it is sRGB not linear, so rename to osTemperature2sRGB
This commit is contained in:
@@ -627,6 +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);
|
||||
vector osTemperature2sRGB(LSL_Float dtemp);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user