[]
D2D1_LINEARTRANSFER_PROP
public enum LinearTransferProperties
Name | Description |
---|---|
AlphaDisable | D2D1_LINEARTRANSFER_PROP_ALPHA_DISABLE |
AlphaSlope | D2D1_LINEARTRANSFER_PROP_ALPHA_SLOPE |
AlphaYIntercept | D2D1_LINEARTRANSFER_PROP_ALPHA_Y_INTERCEPT |
BlueDisable | D2D1_LINEARTRANSFER_PROP_BLUE_DISABLE |
BlueSlope | D2D1_LINEARTRANSFER_PROP_BLUE_SLOPE |
BlueYIntercept | D2D1_LINEARTRANSFER_PROP_BLUE_Y_INTERCEPT |
ClampOutput | D2D1_LINEARTRANSFER_PROP_CLAMP_OUTPUT |
GreenDisable | D2D1_LINEARTRANSFER_PROP_GREEN_DISABLE |
GreenSlope | D2D1_LINEARTRANSFER_PROP_GREEN_SLOPE |
GreenYIntercept | D2D1_LINEARTRANSFER_PROP_GREEN_Y_INTERCEPT |
RedDisable | D2D1_LINEARTRANSFER_PROP_RED_DISABLE |
RedSlope | D2D1_LINEARTRANSFER_PROP_RED_SLOPE |
RedYIntercept | D2D1_LINEARTRANSFER_PROP_RED_Y_INTERCEPT |