SimpleColorFormat

SimpleColorFormat

Overview

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

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

Properties

NameTypeAccessDescription
ColorTypeColorTypeReadReturns the ColorType enum indicating the format’s color classification
PresetColorPresetColorReadReturns the PresetColor enum representing a predefined color value
SchemeColorSchemeColorReadReturns the SchemeColor enum representing a theme 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

See Also