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