ColorFormat

Overview

ColorFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: IColorFormat.

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 color.
PresetColorPresetColorRead/WriteGets or sets the preset color.
SchemeColorSchemeColorRead/WriteGets or sets the scheme color.
RintRead/WriteGets or sets the r.
GintRead/WriteGets or sets the g.
BintRead/WriteGets or sets the b.
FloatRfloatRead/WriteGets or sets the float r.
FloatGfloatRead/WriteGets or sets the float g.
FloatBfloatRead/WriteGets or sets the float b.
HuefloatRead/WriteGets or sets the hue.
SaturationfloatRead/WriteGets or sets the saturation.
LuminancefloatRead/WriteGets or sets the luminance.

See Also