IColorFormat

Overview

IColorFormat is a interface in Aspose.Slides FOSS for .NET.

Represents a color format used in presentation elements.

Properties: B, Color, ColorType, FloatB, FloatG, FloatR, and 7 more.

Properties

NameTypeAccessDescription
ColorTypeColorTypeRead/WriteGets or sets the color type.
ColorColor?Read/WriteGets or sets the RGB color value.
PresetColorPresetColorRead/WriteGets or sets the preset color.
SchemeColorSchemeColorRead/WriteGets or sets the scheme color.
RintRead/WriteGets or sets the red component (0-255).
GintRead/WriteGets or sets the green component (0-255).
BintRead/WriteGets or sets the blue component (0-255).
FloatRfloatRead/WriteGets or sets the red component as a float (0.0-1.0).
FloatGfloatRead/WriteGets or sets the green component as a float (0.0-1.0).
FloatBfloatRead/WriteGets or sets the blue component as a float (0.0-1.0).
HuefloatRead/WriteGets or sets the hue component (0-360).
SaturationfloatRead/WriteGets or sets the saturation component (0-100).
LuminancefloatRead/WriteGets or sets the luminance component (0-100).

See Also