Skip to content

Utils.ColorListItemDisplay

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

ColorListItemDisplay enum

Description

Indicates what text data to display with a ColorListItem.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.Utils
  SolidShineUi.Utils.ColorListItemDisplay[[ColorListItemDisplay]]
  end
Loading

Details

Summary

Indicates what text data to display with a ColorListItem.

Fields

Hex

Summary

Display the HEX values.

Rgb

Summary

Display the RGB values.

Hsv

Summary

Display the HSV values.

Generated with ModularDoc

Clone this wiki locally