Version: 2019.2
LanguageEnglish
  • C#

VideoClip.sRGB

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public bool sRGB;

Description

Whether the imported clip contains sRGB color data (Read Only).

This setting controls whether sRGB->Linear color space conversion is done when the VideoPlayer is loading the video data into textures. This setting is only relevant when Linear color space is used.

Most movies store color data in sRGB color space. Set VideoClipImporter.sRGBClip to true in most cases.

Non-color movies are commonly stored as linear values, and the GPU should not perform color space conversions. Set to false in the VideoClipImporter for non-color movies.

This setting corresponds to VideoClipImporter.sRGBClip in the video clip importer.

See Also: PlayerSettings.colorSpace.