Skip to main content
All docs
V25.2
  • ColorMap Members

    Maps theme colors to different color scheme indexes.

    Constructors

    Name Description
    ColorMap() Initializes a new instance of the ColorMap class.

    Properties

    Name Description
    Accent1 Gets or sets the color scheme index that replaces the first accent color.
    Accent2 Gets or sets the color scheme index that replaces the second accent color.
    Accent3 Gets or sets the color scheme index that replaces the third accent color.
    Accent4 Gets or sets the color scheme index that replaces the fourth accent color.
    Accent5 Gets or sets the color scheme index that replaces the fifth accent color.
    Accent6 Gets or sets the color scheme index that replaces the sixth accent color.
    Background1 Gets or sets the color scheme index that replaces the first background color.
    Background2 Gets or sets the color scheme index that replaces the second background color.
    FollowedHyperlink Gets or sets the color scheme index that replaces the visited hyperlink color.
    Hyperlink Gets or sets the color scheme index that replaces the hyperlink color.
    Text1 Gets or sets the color scheme index that replaces the first text color.
    Text2 Gets or sets the color scheme index that replaces the second text color.

    Methods

    Name Description
    Clone()
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also