메소드 | 설명 | |
---|---|---|
RenderColorPickerHSLHueBar ( this target, double saturation, double lightness ) : void |
Renders the color picker HSL hue bar.
|
|
RenderColorPickerHSLHueBarAsync ( this target, double saturation, double lightness ) : System.Threading.Tasks.Task |
Renders the color picker HSL hue bar async.
|
|
RenderColorPickerHSLLightnessBar ( this target, double hue, double saturation ) : void |
Renders the color picker HSL lightness bar.
|
|
RenderColorPickerHSLLightnessBarAsync ( this target, double hue, double saturation ) : System.Threading.Tasks.Task |
Renders the color picker HSL lightness bar async.
|
|
RenderColorPickerHSLSaturationBar ( this target, double hue, double lightness ) : void |
Renders the color picker HSL saturation bar.
|
|
RenderColorPickerHSLSaturationBarAsync ( this target, double hue, double lightness ) : System.Threading.Tasks.Task |
Renders the color picker HSL saturation bar async.
|
|
RenderColorPickerHSVHueBar ( this target, double saturation, double value ) : void |
Renders the color picker HSV hue bar.
|
|
RenderColorPickerHSVHueBarAsync ( this target, double saturation, double value ) : System.Threading.Tasks.Task |
Renders the color picker HSV hue bar async.
|
|
RenderColorPickerHSVSaturationBar ( this target, double hue, double value ) : void |
Renders the color picker HSV saturation bar.
|
|
RenderColorPickerHSVSaturationBarAsync ( this target, double hue, double value ) : System.Threading.Tasks.Task |
Renders the color picker HSV saturation bar async.
|
|
RenderColorPickerHSVValueBar ( this target, double hue, double saturation ) : void |
Renders the color picker HSV value bar.
|
|
RenderColorPickerHSVValueBarAsync ( this target, double hue, double saturation ) : System.Threading.Tasks.Task |
Renders the color picker HSV value bar async.
|
|
RenderColorPickerHueLightness ( this target, double saturation ) : void |
Renders the color picker rectangle based on hue and lightness.
|
|
RenderColorPickerHueLightnessAsync ( this target, double saturation ) : System.Threading.Tasks.Task |
Renders the color picker rectangle based on hue and lightness asynchronously.
|
|
RenderColorPickerHueRing ( this target, int innerRingRadius, int outerRingRadius ) : void |
Renders the color picker hue ring.
|
|
RenderColorPickerHueRingAsync ( this target, int innerRingRadius, int outerRingRadius ) : System.Threading.Tasks.Task |
Renders the color picker hue ring asynchronously.
|
|
RenderColorPickerHueValue ( this target, double saturation ) : void |
Renders the color picker rectangle based on hue and value.
|
|
RenderColorPickerHueValueAsync ( this target, double saturation ) : System.Threading.Tasks.Task |
Renders the color picker rectangle based on hue and value asynchronously.
|
|
RenderColorPickerRGBBlueBar ( this target, double red, double green ) : void |
Renders the color picker RGB blue bar.
|
|
RenderColorPickerRGBBlueBarAsync ( this target, double red, double green ) : System.Threading.Tasks.Task |
Renders the color picker RGB blue bar async.
|
|
RenderColorPickerRGBGreenBar ( this target, double red, double blue ) : void |
Renders the color picker RGB green bar.
|
|
RenderColorPickerRGBGreenBarAsync ( this target, double red, double blue ) : System.Threading.Tasks.Task |
Renders the color picker RGB green bar async.
|
|
RenderColorPickerRGBRedBar ( this target, double green, double blue ) : void |
Renders the color picker RGB red bar.
|
|
RenderColorPickerRGBRedBarAsync ( this target, double green, double blue ) : System.Threading.Tasks.Task |
Renders the color picker RGB red bar async.
|
|
RenderColorPickerSaturationLightnessRect ( this target, double hue ) : void |
Renders the color picker rectangle based on saturation and lightness.
|
|
RenderColorPickerSaturationLightnessRectAsync ( this target, double hue ) : System.Threading.Tasks.Task |
Renders the color picker rectangle based on saturation and lightness asynchronously.
|
|
RenderColorPickerSaturationLightnessTriangle ( this target, double hue ) : void |
Renders the color picker triangle based on saturation and lightness.
|
|
RenderColorPickerSaturationLightnessTriangleAsync ( this target, double hue ) : System.Threading.Tasks.Task |
Renders the color picker triangle based on saturation and lightness asynchronously.
|
|
RenderColorPickerSaturationValueRect ( this target, double hue ) : void |
Renders the color picker rectangle based on saturation and value.
|
|
RenderColorPickerSaturationValueRectAsync ( this target, double hue ) : System.Threading.Tasks.Task |
Renders the color picker rectangle based on saturation and value asynchronously.
|
|
RenderColorPickerSaturationValueTriangle ( this target, double hue ) : void |
Renders the color picker triangle based on saturation and value.
|
|
RenderColorPickerSaturationValueTriangleAsync ( this target, double hue ) : System.Threading.Tasks.Task |
Renders the color picker triangle based on saturation and value asynchronously.
|
메소드 | 설명 | |
---|---|---|
RenderColorPickerHSLHueBarCore ( double saturation, double lightness, int pw, int ph, |
||
RenderColorPickerHSLLightnessBarCore ( double hue, double saturation, int pw, int ph, |
||
RenderColorPickerHSLSaturationBarCore ( double hue, double lightness, int pw, int ph, |
||
RenderColorPickerHSVHueBarCore ( double saturation, double value, int pw, int ph, |
||
RenderColorPickerHSVSaturationBarCore ( double hue, double value, int pw, int ph, |
||
RenderColorPickerHSVValueBarCore ( double hue, double saturation, int pw, int ph, |
||
RenderColorPickerHueLightnessCore ( double saturation, int pw, int ph, |
||
RenderColorPickerHueRingCore ( int innerRingRadius, int outerRingRadius, int pw, int ph, |
||
RenderColorPickerHueValueCore ( double saturation, int pw, int ph, |
||
RenderColorPickerRGBBlueBarCore ( double red, double green, int pw, int ph, |
||
RenderColorPickerRGBGreenBarCore ( double red, double blue, int pw, int ph, |
||
RenderColorPickerRGBRedBarCore ( double green, double blue, int pw, int ph, |
||
RenderColorPickerSaturationLightnessRectCore ( double hue, int pw, int ph, |
||
RenderColorPickerSaturationLightnessTriangleCore ( double hue, int pw, int ph, |
||
RenderColorPickerSaturationValueRectCore ( double hue, int pw, int ph, |
||
RenderColorPickerSaturationValueTriangleCore ( double hue, int ph, int hw, double invPh, int pw, |
public static RenderColorPickerHSLHueBar ( this target, double saturation, double lightness ) : void | ||
target | this | The target. |
saturation | double | The saturation. |
lightness | double | The lightness. |
리턴 | void |
public static RenderColorPickerHSLHueBarAsync ( this target, double saturation, double lightness ) : System.Threading.Tasks.Task | ||
target | this | The target. |
saturation | double | The saturation. |
lightness | double | The lightness. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHSLLightnessBar ( this target, double hue, double saturation ) : void | ||
target | this | The target. |
hue | double | The hue. |
saturation | double | The saturation. |
리턴 | void |
public static RenderColorPickerHSLLightnessBarAsync ( this target, double hue, double saturation ) : System.Threading.Tasks.Task | ||
target | this | The target. |
hue | double | The hue. |
saturation | double | The saturation. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHSLSaturationBar ( this target, double hue, double lightness ) : void | ||
target | this | The target. |
hue | double | The hue. |
lightness | double | The lightness. |
리턴 | void |
public static RenderColorPickerHSLSaturationBarAsync ( this target, double hue, double lightness ) : System.Threading.Tasks.Task | ||
target | this | The target. |
hue | double | The hue. |
lightness | double | The lightness. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHSVHueBar ( this target, double saturation, double value ) : void | ||
target | this | The target. |
saturation | double | The saturation. |
value | double | The value. |
리턴 | void |
public static RenderColorPickerHSVHueBarAsync ( this target, double saturation, double value ) : System.Threading.Tasks.Task | ||
target | this | The target. |
saturation | double | The saturation. |
value | double | The value. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHSVSaturationBar ( this target, double hue, double value ) : void | ||
target | this | The target. |
hue | double | The hue. |
value | double | The value. |
리턴 | void |
public static RenderColorPickerHSVSaturationBarAsync ( this target, double hue, double value ) : System.Threading.Tasks.Task | ||
target | this | The target. |
hue | double | The hue. |
value | double | The value. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHSVValueBar ( this target, double hue, double saturation ) : void | ||
target | this | The target. |
hue | double | The hue. |
saturation | double | The saturation. |
리턴 | void |
public static RenderColorPickerHSVValueBarAsync ( this target, double hue, double saturation ) : System.Threading.Tasks.Task | ||
target | this | The target. |
hue | double | The hue. |
saturation | double | The saturation. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHueLightness ( this target, double saturation ) : void | ||
target | this | The target bitmap. |
saturation | double | The saturation. |
리턴 | void |
public static RenderColorPickerHueLightnessAsync ( this target, double saturation ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
saturation | double | The saturation. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHueRing ( this target, int innerRingRadius, int outerRingRadius ) : void | ||
target | this | The target bitmap. |
innerRingRadius | int | The inner ring radius. |
outerRingRadius | int | The outer ring radius. |
리턴 | void |
public static RenderColorPickerHueRingAsync ( this target, int innerRingRadius, int outerRingRadius ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
innerRingRadius | int | The inner ring radius. |
outerRingRadius | int | The outer ring radius. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerHueValue ( this target, double saturation ) : void | ||
target | this | The target bitmap. |
saturation | double | The saturation. |
리턴 | void |
public static RenderColorPickerHueValueAsync ( this target, double saturation ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
saturation | double | The saturation. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerRGBBlueBar ( this target, double red, double green ) : void | ||
target | this | The target. |
red | double | The red. |
green | double | The green. |
리턴 | void |
public static RenderColorPickerRGBBlueBarAsync ( this target, double red, double green ) : System.Threading.Tasks.Task | ||
target | this | The target. |
red | double | The red. |
green | double | The green. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerRGBGreenBar ( this target, double red, double blue ) : void | ||
target | this | The target. |
red | double | The red. |
blue | double | The blue. |
리턴 | void |
public static RenderColorPickerRGBGreenBarAsync ( this target, double red, double blue ) : System.Threading.Tasks.Task | ||
target | this | The target. |
red | double | The red. |
blue | double | The blue. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerRGBRedBar ( this target, double green, double blue ) : void | ||
target | this | The target. |
green | double | The green. |
blue | double | The blue. |
리턴 | void |
public static RenderColorPickerRGBRedBarAsync ( this target, double green, double blue ) : System.Threading.Tasks.Task | ||
target | this | The target. |
green | double | The green. |
blue | double | The blue. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerSaturationLightnessRect ( this target, double hue ) : void | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | void |
public static RenderColorPickerSaturationLightnessRectAsync ( this target, double hue ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerSaturationLightnessTriangle ( this target, double hue ) : void | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | void |
public static RenderColorPickerSaturationLightnessTriangleAsync ( this target, double hue ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerSaturationValueRect ( this target, double hue ) : void | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | void |
public static RenderColorPickerSaturationValueRectAsync ( this target, double hue ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | System.Threading.Tasks.Task |
public static RenderColorPickerSaturationValueTriangle ( this target, double hue ) : void | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | void |
public static RenderColorPickerSaturationValueTriangleAsync ( this target, double hue ) : System.Threading.Tasks.Task | ||
target | this | The target bitmap. |
hue | double | The hue. |
리턴 | System.Threading.Tasks.Task |