menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteRecord.TColor - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PaletteRecord.TColor

    Structure describing color entry.

    Inheritance
    System.Object
    PaletteRecord.TColor
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class TColor : ValueType

    Fields

    A

    Not used.

    Declaration
    public byte A
    Field Value
    Type
    System.Byte

    B

    Value of the blue part of the color.

    Declaration
    public byte B
    Field Value
    Type
    System.Byte

    G

    Value of the green part of the color.

    Declaration
    public byte G
    Field Value
    Type
    System.Byte

    R

    Value of the red part of the color.

    Declaration
    public byte R
    Field Value
    Type
    System.Byte

    Methods

    ToString()

    Converts object to string.

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

    String representation of the object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved