menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct PaletteRecord.TColor

    Show / Hide Table of Contents

    Struct PaletteRecord.TColor

    Structure describing color entry.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public struct TColor

    Fields

    A

    Not used.

    Declaration
    public byte A
    Field Value
    Type Description
    System.Byte

    B

    Value of the blue part of the color.

    Declaration
    public byte B
    Field Value
    Type Description
    System.Byte

    G

    Value of the green part of the color.

    Declaration
    public byte G
    Field Value
    Type Description
    System.Byte

    R

    Value of the red part of the color.

    Declaration
    public byte R
    Field Value
    Type Description
    System.Byte

    Methods

    ToString()

    Converts object to string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String representation of the object.

    Overrides
    System.ValueType.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved