VtStyleColor.rgb constructor

const VtStyleColor.rgb(
  1. VtRgbColor value
)

Implementation

const VtStyleColor.rgb(VtRgbColor value)
  : this._(
      tag: bindings.GhosttyStyleColorTag.GHOSTTY_STYLE_COLOR_RGB,
      rgb: value,
    );