IColorFormat

General

IColorFormat és una interfície en Aspose.Slides per a NET.

Representa un format de color utilitzat en els elements de presentació.

Propietats

NameTypeAccessDescription
ColorTypeColorTypeRead/WriteIndicates the type of color (e.g., scheme, preset, custom)
ColorColor?Read/WriteGets or sets the ARGB color value, nullable if not defined
PresetColorPresetColorRead/WriteRepresents a predefined color from the PresetColor enumeration
SchemeColorSchemeColorRead/WriteSpecifies a color defined by the slide’s color scheme
RintRead/WriteReturns the red component (0‑255) of the color
GintRead/WriteReturns the green component (0‑255) of the color
BintRead/WriteReturns the blue component (0‑255) of the color
FloatRfloatRead/WriteReturns the red component as a float (0.0‑1.0)
FloatGfloatRead/WriteReturns the green component as a float (0.0‑1.0)
FloatBfloatRead/WriteReturns the blue component as a float (0.0‑1.0)
HuefloatRead/WriteGets or sets the hue of the color in degrees
SaturationfloatRead/WriteGets or sets the saturation level (0‑1)
LuminancefloatRead/WriteGets or sets the luminance/brightness (0‑1)
 Català