diff options
author | Rider Linden <rider@lindenlab.com> | 2019-08-26 11:46:05 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-08-26 11:46:05 -0700 |
commit | 00eddaf23fbe6761e6a78500b42d076f7a1551fa (patch) | |
tree | 6f29c8c9f5c20ac29dd1704b44dfced27ab3f764 /indra/llinventory/llsettingssky.h | |
parent | 1f656735d339fc4d83da86efbb400af1361c27db (diff) | |
parent | d195a3b08d664a98c17a81ec43aa84707631a234 (diff) |
Merge
Diffstat (limited to 'indra/llinventory/llsettingssky.h')
-rw-r--r-- | indra/llinventory/llsettingssky.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.h b/indra/llinventory/llsettingssky.h index e562fe38ff..4127911643 100644 --- a/indra/llinventory/llsettingssky.h +++ b/indra/llinventory/llsettingssky.h @@ -292,6 +292,9 @@ public: LLColor4 getTotalAmbient() const; LLColor4 getHazeColor() const; + LLColor3 getSunlightColorClamped() const; + LLColor3 getAmbientColorClamped() const; + virtual LLSettingsBase::ptr_t buildDerivedClone() const SETTINGS_OVERRIDE { return buildClone(); } static LLUUID GetDefaultAssetId(); |