Table of Contents

Interface ColorChooser

Namespace
Gtk
Assembly
Gtk-4.0.dll
public interface ColorChooser : IHandle
Inherited Members

Fields

RgbaPropertyDefinition

public static readonly Property<RGBA, ColorChooser> RgbaPropertyDefinition

Field Value

Property<RGBA, ColorChooser>

UseAlphaPropertyDefinition

public static readonly Property<bool, ColorChooser> UseAlphaPropertyDefinition

Field Value

Property<bool, ColorChooser>

Properties

Rgba

RGBA Rgba { get; set; }

Property Value

RGBA

UseAlpha

bool UseAlpha { get; set; }

Property Value

bool

Methods

AddPalette(Orientation, int, RGBA[]?)

void AddPalette(Orientation orientation, int colorsPerLine, RGBA[]? colors)

Parameters

orientation Orientation
colorsPerLine int
colors RGBA[]

GetUseAlpha()

bool GetUseAlpha()

Returns

bool

SetRgba(RGBA)

void SetRgba(RGBA color)

Parameters

color RGBA

SetUseAlpha(bool)

void SetUseAlpha(bool useAlpha)

Parameters

useAlpha bool