메소드 | 설명 | |
---|---|---|
FromColor ( Color color ) : |
||
FromHSB ( |
||
HSBColor ( Color color ) : System | ||
HSBColor ( float h, float s, float b ) : System | ||
HSBColor ( int a, float h, float s, float b ) : System | ||
ShiftBrightness ( Color c, float brightnessDelta ) : Color | ||
ShiftHue ( Color c, float hueDelta ) : Color | ||
ShiftSaturation ( Color c, float saturationDelta ) : Color |
public HSBColor ( float h, float s, float b ) : System | ||
h | float | |
s | float | |
b | float | |
리턴 | System |
public HSBColor ( int a, float h, float s, float b ) : System | ||
a | int | |
h | float | |
s | float | |
b | float | |
리턴 | System |
public static ShiftBrightness ( Color c, float brightnessDelta ) : Color | ||
c | Color | |
brightnessDelta | float | |
리턴 | Color |
public static ShiftHue ( Color c, float hueDelta ) : Color | ||
c | Color | |
hueDelta | float | |
리턴 | Color |
public static ShiftSaturation ( Color c, float saturationDelta ) : Color | ||
c | Color | |
saturationDelta | float | |
리턴 | Color |