Search Results for

    Show / Hide Table of Contents

    Class AsciinemaPlayer.ThemeInfo

    Theme information

    Inheritance
    object
    AsciinemaPlayer.ThemeInfo
    Namespace: Terminaux.Writer.CyclicWriters.Renderer.Tools
    Assembly: Terminaux.dll
    Syntax
    public class AsciinemaPlayer.ThemeInfo

    Properties

    | Edit this page View Source

    Background

    Background color

    Declaration
    [JsonIgnore]
    public Color Background { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BackgroundString

    Background color as string

    Declaration
    [JsonIgnore]
    public string BackgroundString { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Foreground

    Foreground color

    Declaration
    [JsonIgnore]
    public Color Foreground { get; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    ForegroundString

    Foreground color as string

    Declaration
    [JsonIgnore]
    public string ForegroundString { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Palette

    Palette representation

    Declaration
    [JsonIgnore]
    public string Palette { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX