Artemis Artemis
Artemis Artemis

Search Results for

    Class TypeColorRegistration

    Represents a registration for a SKColor to associate with a certain Type

    Inheritance
    object
    TypeColorRegistration
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class TypeColorRegistration

    Properties

    Color

    Gets the color

    Declaration
    public SKColor Color { get; }
    Property Value
    Type Description
    SKColor

    DarkenedColor

    Gets a darkened tone of the Color

    Declaration
    public SKColor DarkenedColor { get; }
    Property Value
    Type Description
    SKColor

    IsInStore

    Gets a boolean indicating whether the registration is in the internal Core store

    Declaration
    public bool IsInStore { get; }
    Property Value
    Type Description
    bool

    Plugin

    Gets the plugin type color is associated with

    Declaration
    public Plugin Plugin { get; }
    Property Value
    Type Description
    Plugin

    Type

    Gets the type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.