| Package | Description |
|---|---|
| org.immutables.fixture.deep |
| Modifier and Type | Method and Description |
|---|---|
ImmutableColor |
ImmutableColor.Builder.build() |
ImmutableColor |
ImmutableLine.color() |
static ImmutableColor |
ImmutableColor.copyOf(Canvas.Color instance) |
static ImmutableColor |
ImmutableColor.of(double red,
double green,
double blue) |
ImmutableColor |
ModifiableColor.toImmutable() |
ImmutableColor |
ImmutableColor.withBlue(double value) |
ImmutableColor |
ImmutableColor.withGreen(double value) |
ImmutableColor |
ImmutableColor.withRed(double value) |
Copyright © 2017 The Immutables.org authors. All rights reserved.