Search Results for

    Show / Hide Table of Contents

    TDrawingColor.GetComponents Method

    Returns R, G and B components of the color. If this is a theme or indexed color, it will be converted to RGB before getting the components.

    Syntax

    Unit: FlexCel.Core

    procedure TDrawingColor.GetComponents(const xls: TCoreExcelFile; out R: Byte; out G: Byte; out B: Byte);

    Parameters

    <-> Parameter Type Description
    const xls TCoreExcelFile ExcelFile that will be used to know the palette and themes of the file for indexed/themed colors.
    out R Byte Returns the red component of the color.
    out G Byte Returns the green component of the color.
    out B Byte Returns the blue component of the color.

    See also

    • TDrawingColor
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com