[]
        
(Showing Draft Content)

GrapeCity.Core.SchemeColor

SchemeColor Struct

Represents a scheme color.

Implements
Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct SchemeColor : IEquatable<SchemeColor>
Public Structure SchemeColor
    Implements IEquatable(Of SchemeColor)

Fields

Name Description
Auto
Default

Represents an empty SchemeColor value.

Transparent

Methods

Name Description
Apply(ColorTransform)

Applies the specified ColorTransform value to this SchemeColor color.

CreateArgbColor(int)

Creates the ARGB color.

CreateArgbColor(int, int, int, byte)

Creates the ARGB color.

CreateHslColor(double, double, double)

Creates the color represented in HLS color.

CreatePresetColor(short)

Creates the preset color.

CreateRgbColor(int)

Creates the RGB color. The alpha color channel is set to 255.

CreateThemeColor(SchemeThemeColors)

Creates the theme color.

Equals(SchemeColor)

Indicates whether the current object is equal to another object of the same type.

GetColorTransform(ColorTransformType)

Get color transform of this color.

IsAutoColor()

Gets a value indicating whether this color represent an automatic color.

IsDefault()

Indicates whether the specified SchemeColor is default.

IsTransparent()

Gets a value indicating whether this color is transparent color.

RemoveColorTransform(ColorTransformType)

Remove color transform for this color.