Legacy Documentation: Version 2018.1 (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

public Rect TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, bool showAlpha);
Obsolete public Rect TexturePropertyWithHDRColor(GUIContent label, MaterialProperty textureProp, MaterialProperty colorProperty, ColorPickerHDRConfig hdrConfig, bool showAlpha);

Parameters

labelThe label used for the texture property.
texturePropThe texture property.
colorPropertyThe color property (will be treated as a HDR color).
showAlphaIf 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.

Did you find this page useful? Please give it a rating: