SimpleColorFormat

SimpleColorFormat

Overview

SimpleColorFormat is a class in Aspose.Slides FOSS for C++.

A simple concrete implementation of ColorFormat backed by an sRGB color.

This class provides 11 methods for working with SimpleColorFormat objects in C++ programs. Available methods include: ColorType, PresetColor, SchemeColor, color, color_type, preset_color, scheme_color, set_color, set_color_type, set_preset_color, set_scheme_color. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: ColorType, PresetColor, SchemeColor.

Properties

NameTypeAccessDescription
ColorTypeColorTypeReadGets the color type.
PresetColorPresetColorReadGets the preset color.
SchemeColorSchemeColorReadGets the scheme color.

Methods

SignatureDescription
ColorType()ColorTypeReturns the ColorType enum indicating the format’s color classification
PresetColor()PresetColorReturns the PresetColor enum representing a predefined color value
SchemeColor()SchemeColorReturns the SchemeColor enum representing a theme scheme color
color_type()ColorType
set_color_type(value: ColorType)
color()Drawing::Color
set_color(value: Drawing::Color)
preset_color()PresetColor
set_preset_color(value: PresetColor)
scheme_color()SchemeColor
set_scheme_color(value: SchemeColor)

See Also