Gets or sets the grayscale brightness. true for bright, dalse for dark.


Namespace: ZRLabs.Yael.BasicFilters
Assembly: zrlabs.Yael.BasicFilters (in zrlabs.Yael.BasicFilters.dll)

Syntax

Visual Basic (Declaration)
Public Property Brighter As Boolean
C#
public bool Brighter { get; set; }
C++
public property bool Brighter sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_Brighter();

/** property */
public void set_Brighter(bool value);
JScript
public function get Brighter() : bool

public function set Brighter(value : bool);

See Also