Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialEditor.TexturePropertyWithHDRColor

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 function TexturePropertyWithHDRColor(label: GUIContent, textureProp: MaterialProperty, colorProperty: MaterialProperty, hdrConfig: ColorPickerHDRConfig, showAlpha: bool): Rect;
public Rect TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

Parameters

label The label used for the texture property.
textureProp The texture property.
colorProperty The color property (will be treated as a HDR color).
hdrConfig The HDR color configuration used by the HDR Color Picker.
showAlpha If false then the alpha channel information will be hidden in the GUI.

Returns

Rect Return the Rect used.

Description

Method for showing a texture property control with a HDR color field and its color brightness float field.

The texture is shown using the mini thumbnail. Usefull for compact representation of a texture and a HDR color. See Also: TexturePropertySingleLine, ShaderGUI.