public static class AbstractFXColorPicker.ColorWheel
extends java.lang.Object
AbstractFXColorPicker.ColorWheel provides a
render(WritableImage, int, int, int) method to draw a color
wheel into a WritableImage.| Constructor and Description |
|---|
ColorWheel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
render(javafx.scene.image.WritableImage image,
int offsetX,
int offsetY,
int size)
Draws a color wheel into the given
WritableImage, starting at
the given offsets, in the given size (in pixel). |
public static void render(javafx.scene.image.WritableImage image,
int offsetX,
int offsetY,
int size)
WritableImage, starting at
the given offsets, in the given size (in pixel).image - The WritableImage in which the color wheel is
drawn.offsetX - The horizontal offset (in pixel).offsetY - The vertical offset (in pixel).size - The size (in pixel).Copyright (c) 2014 itemis AG and others. All rights reserved.