Gibt den Bereich der zu visualisierenden Datenwerte an. Dieser Wertebereich wird im resultierenden Bild auf 0–255 (Schwarz bis Weiß) zugeordnet. Werte außerhalb dieses Bereichs werden auf den jeweiligen Grenzwert gesetzt. Kann als Bereich für jedes zu visualisierenden Band oder als einzelner Bereich angegeben werden, der auf alle Bänder angewendet werden soll.
paletteColors[]
string
Gibt eine Sequenz von RGB-Farb-IDs im CSS-Format an, die als Farbpalette angewendet werden soll. Nur zulässig, wenn ein einzelnes Datenband visualisiert wird.
gamma
number
Gibt einen Gesamtgammakorrekturfaktor an, der auf das Bild angewendet werden soll.
opacity
number
Wenn vorhanden, gibt dies einen Gesamtundurchsichtigkeitsfaktor an, der auf das Bild angewendet werden soll. Der Wert muss zwischen 0,0 und 1,0 liegen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-06 (UTC)."],[[["Visualizes data as an 8-bit RGB image by mapping data values to colors."],["Allows customization through specifying data ranges, color palettes (for single-band data), gamma correction, and opacity."],["Data ranges determine the mapping of values to a black-to-white scale, with values outside the range clamped."],["When visualizing a single band, a color palette can be used to assign specific colors to data values."],["Gamma correction and opacity factors can further adjust the visual appearance of the image."]]],["The provided information outlines parameters for creating an 8-bit RGB visualization. Key actions include specifying data value ranges via `ranges`, which map to a 0-255 scale. A color palette (`paletteColors`) can be set for single-band visualizations. `Gamma` adjusts overall image correction, and `opacity` controls transparency, with values from 0.0 to 1.0. These parameters allow control over how data is visually represented.\n"]]