Interface ColorChooser
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public interface ColorChooser : NativeObject, GTypeProvider, IDisposable
- 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
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[]
GetRgba(out RGBA)
void GetRgba(out RGBA color)
Parameters
color RGBA
GetUseAlpha()
Returns
- bool
SetRgba(RGBA)
Parameters
color RGBA
SetUseAlpha(bool)
void SetUseAlpha(bool useAlpha)
Parameters
useAlpha bool
Events
OnColorActivated
event SignalHandler<ColorChooser, ColorChooser.ColorActivatedSignalArgs> OnColorActivated
Event Type
- SignalHandler<ColorChooser, ColorChooser.ColorActivatedSignalArgs>