Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

ColorUsageAttribute.ColorUsageAttribute

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual
public ColorUsageAttribute(showAlpha: bool)
public ColorUsageAttribute(bool showAlpha);
public ColorUsageAttribute(showAlpha: bool, hdr: bool, minBrightness: float, maxBrightness: float, minExposureValue: float, maxExposureValue: float)
public ColorUsageAttribute(bool showAlpha, bool hdr, float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue);

Parámetros

showAlpha If false then the alpha channel info is hidden both in the ColorField and in the Color Picker.
hdr Set to true if the color should be treated as a HDR color (default value: false).
minBrightness Minimum allowed HDR color component value when using the HDR Color Picker (default value: 0).
maxBrightness Maximum allowed HDR color component value when using the HDR Color Picker (default value: 8).
minExposureValue Minimum exposure value allowed in the HDR Color Picker (default value: 1/8 = 0.125).
maxExposureValue Maximum exposure value allowed in the HDR Color Picker (default value: 3).

Descripción

Attribute for Color fields. Used for configuring the GUI for the color.