Class ColorChooserHelper
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public sealed class ColorChooserHelper : Object, IDisposable, ColorChooser, InstanceFactory, GTypeProvider
- Inheritance
-
ColorChooserHelper
- Implements
- Inherited Members
Constructors
ColorChooserHelper(ObjectHandle)
public ColorChooserHelper(ObjectHandle handle)
Parameters
handle
ObjectHandle
Properties
Rgba
public RGBA Rgba { get; set; }
Property Value
UseAlpha
public bool UseAlpha { get; set; }
Property Value
Methods
AddPalette(Orientation, int, RGBA[]?)
public void AddPalette(Orientation orientation, int colorsPerLine, RGBA[]? colors)
Parameters
orientation
OrientationcolorsPerLine
intcolors
RGBA[]
GetGType()
public static Type GetGType()
Returns
GetUseAlpha()
public bool GetUseAlpha()
Returns
SetRgba(RGBA)
public void SetRgba(RGBA color)
Parameters
color
RGBA
SetUseAlpha(bool)
public void SetUseAlpha(bool useAlpha)
Parameters
useAlpha
bool